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 | 瓦℡??? | 10001010101000101000011110000100001111110011111100111111 | 8aa287843f3f3f |
EUC-JP | 瓦???? | 101101001010010000111111001111110011111100111111 | b4a43f3f3f3f |
UTF-8 | 瓦℡젮裂쪩 | 111001111001001110100110111000101000010010100001111011001010000010101110111011111010011010100000111011001010101010101001 | e793a6e284a1eca0aeefa6a0ecaaa9 |
UHC | 瓦℡젮裂쪩 | 11101000101111111010001011100101101000001010010011100110111100011010011001000010 | e8bfa2e5a0a4e6f1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)