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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??終?}’F | 00111111001111111000111101001001001111111000000101110000100000010110011001000110 | 3f3f8f493f8170816646 |
EUC-JP | ??終?}’F | 00111111001111111011110110101010001111111010000111010001101000011100011101000110 | 3f3fbdaa3fa1d1a1c746 |
UTF-8 | 룶끝終룶}’F | 11101011101000111011011011101011100000011001110111100111101101011000001011101011101000111011011011101111101111011001110111100010100000001001100101000110 | eba3b6eb819de7b582eba3b6efbd9de2809946 |
UHC | 룶끝終룶}’F | 10001111101010111011001110100001111100001111101110001111101010111010001111111101101000011010111101000110 | 8fabb3a1f0fb8faba3fda1af46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)