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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 題?靜?趾?h | 10010001111010000011111111101000110011100011111111100110111001000011111101101000 | 91e83fe8ce3fe6e43f68 |
EUC-JP | 題?靜?趾?h | 11000010111010100011111111110000110100000011111111101100111001100011111101101000 | c2ea3ff0d03fece63f68 |
UTF-8 | 題렍靜렗趾렒h | 11101001101000011000110011101011101000001000110111101001100111011001110011101011101000001001011111101000101101101011111011101011101000001001001001101000 | e9a18ceba08de99d9ceba097e8b6beeba09268 |
UHC | 題렍靜렗趾렒h | 11110000101110011000111010100011111100001010000110001110101011001111001010111111100011101010011101101000 | f0b98ea3f0a18eacf2bf8ea768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)