To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑ク譚、 | 111010001011111110111000111001101001110110100100 | e8bfb8e69da4 |
EUC-JP | 霑ク譚、 | 1111000011000001100011101011100011101011111111011000111010100100 | f0c18eb8ebfd8ea4 |
UTF-8 | 霑ク譚、 | 111010011001110010010001111011111011110110111000111010001010110110011010111011111011110110100100 | e99c91efbdb8e8ad9aefbda4 |
UHC | 霑?譚? | 111011111100010100111111110100111100100100111111 | efc53fd3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)