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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 彫?趾??? | 1001001010100100001111111110011011100100001111110011111100111111 | 92a43fe6e43f3f3f |
EUC-JP | 彫?趾??? | 1100010010100110001111111110110011100110001111110011111100111111 | c4a63fece63f3f3f |
UTF-8 | 彫렞趾렋理렍 | 111001011011110110101011111010111010000010011110111010001011011010111110111010111010000010001011111011111010011110100100111010111010000010001101 | e5bdabeba09ee8b6beeba08befa7a4eba08d |
UHC | 彫렞趾렋理렍 | 111100001100000110001110101011111111001010111111100011101010001011101100101101011000111010100011 | f0c18eaff2bf8ea2ecb58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)