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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ??咐h?? | 00111111001111111001100111110011011010000011111100111111 | 3f3f99f3683f3f |
EUC-JP | ??咐h?? | 00111111001111111101001011110101011010000011111100111111 | 3f3fd2f5683f3f |
UTF-8 | 룶뇟咐h룶뇟 | 11101011101000111011011011101011100001111001111111100101100100101001000001101000111010111010001110110110111010111000011110011111 | eba3b6eb879fe5929068eba3b6eb879f |
UHC | 룶뇟咐h룶뇟 | 1000111110101011101101001010000111011100111110110110100010001111101010111011010010100001 | 8fabb4a1dcfb688fabb4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)