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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?榕弔???B | 001111111001111011010101100100101010001000111111001111110011111101000010 | 3f9ed592a23f3f3f42 |
EUC-JP | ?榕弔???B | 001111111101110011010111110001001010010000111111001111110011111101000010 | 3fdcd7c4a43f3f3f42 |
UTF-8 | 뤚榕弔쥚플렕B | 11101011101001001001101011100110101001101001010111100101101111001001010011101100101001011001101011101101100101001000110011101011101000001001010101000010 | eba49ae6a695e5bc94eca59aed948ceba09542 |
UHC | 뤚榕弔쥚플렕B | 10001111110010011110100110111110111100001100000010100010100011111100011111000011100011101010101001000010 | 8fc9e9bef0c0a28fc7c38eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)