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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 馭??唯 | 111010010110011000111111001111111001011101000010 | e9663f3f9742 |
EUC-JP | 馭??唯 | 111100011100011100111111001111111100110110100011 | f1c73f3fcda3 |
UTF-8 | 馭숇슞唯 | 111010011010011010101101111011001000100010000111111011001000101010011110111001011001010010101111 | e9a6adec8887ec8a9ee594af |
UHC | 馭숇슞唯 | 1110010111011111100110011110101110011010101010101110101011100110 | e5df99eb9aaaeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)