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 | 駿?章豆?? | 100011110111100000111111100011111100110110010011101001000011111100111111 | 8f783f8fcd93a43f3f |
EUC-JP | 駿?章豆?? | 101111011101100100111111101111101100111111000110101001100011111100111111 | bdd93fbecfc6a63f3f |
UTF-8 | 駿렦章豆렪렏 | 111010011010011110111111111010111010000010100110111001111010101110100000111010001011000110000110111010111010000010101010111010111010000010001111 | e9a7bfeba0a6e7aba0e8b186eba0aaeba08f |
UHC | 駿렦章豆렪렏 | 111100011110011110001110101101011110110111110001110101001110011110001110101110001000111010100101 | f1e78eb5edf1d4e78eb88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)