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 | 訂?提峯?堤 | 10010010111110010011111110010010111100011001010111110101001111111001001011100111 | 92f93f92f195f53f92e7 |
EUC-JP | 訂?提峯?堤 | 11000100111110110011111111000100111100111100101011110111001111111100010011101001 | c4fb3fc4f3caf73fc4e9 |
UTF-8 | 訂렗提峯헒堤 | 111010001010100010000010111010111010000010010111111001101000111110010000111001011011001110101111111011011001011110010010111001011010000010100100 | e8a882eba097e68f90e5b3afed9792e5a0a4 |
UHC | 訂렗提峯헒堤 | 111011111111010010001110101011001111000010101011110111001110011111000111111001111111000010100111 | eff48eacf0abdce7c7e7f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)