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 | 筌??肄? | 11100010101000110011111100111111111000111110010100111111 | e2a33f3fe3e53f |
EUC-JP | 筌??肄? | 11100100101001010011111100111111111001101110011100111111 | e4a53f3fe6e73f |
UTF-8 | 筌껋꼮肄첞 | 111001111010110110001100111010101011101110001011111010101011110010101110111010001000001010000100111011001011001010011110 | e7ad8ceabb8beabcaee88284ecb29e |
UHC | 筌껋꼮肄첞 | 11101111101001111000001111101100100001001000100111101100101111011010101101001000 | efa783ec8489ecbdab48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)