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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嶸??涅? | 11111010101101000011111100111111100111111011100000111111 | fab43f3f9fb83f |
EUC-JP | 嶸??涅? | 1000111110111011111101000011111100111111110111101011101000111111 | 8fbbf43f3fdeba3f |
UTF-8 | 嶸륁옲涅ⓩ | 111001011011011010111000111010111010010110000001111011001001100010110010111001101011011010000101111000101001001110101001 | e5b6b8eba581ec98b2e6b685e293a9 |
UHC | 嶸륁옲涅ⓩ | 11100111101011101000111111101100100111101010110111100110111011101010100011100110 | e7ae8fec9eade6eea8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)