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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?皎旅 | 0011111111100001101001111001011110110111 | 3fe1a797b7 |
EUC-JP | 塼皎旅 | 10001111101110001011100111100010101010011100111010111001 | 8fb8b9e2a9ceb9 |
UTF-8 | 塼皎旅 | 111001011010000110111100111001111001101010001110111001101001011110000101 | e5a1bce79a8ee69785 |
UHC | 塼皎旅 | 111011101111010011001110111010111101010111101001 | eef4ceebd5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)