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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
UTF-8 | 룶뇟熉▩h룶뇟 | 11101011101000111011011011101011100001111001111111100111100001101000100111100010100101101010100101101000111010111010001110110110111010111000011110011111 | eba3b6eb879fe78689e296a968eba3b6eb879f |
UHC | 룶뇟熉▩h룶뇟 | 10001111101010111011010010100001111010011111101110100010110011000110100010001111101010111011010010100001 | 8fabb4a1e9fba2cc688fabb4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)