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 | 娃????? | 10001000101000010011111100111111001111110011111100111111 | 88a13f3f3f3f3f |
EUC-JP | 娃????? | 10110000101000110011111100111111001111110011111100111111 | b0a33f3f3f3f3f |
UTF-8 | 娃졿젩溜쀫젺 | 111001011010100010000011111011001010000110111111111011001010000010101001111011111010011110001011111011001000000010101011111011001010000010111010 | e5a883eca1bfeca0a9efa78bec80abeca0ba |
UHC | 娃졿젩溜쀫젺 | 111010001101111110100000111001101010000010100001111010101111111010010111111010111010000010101101 | e8dfa0e6a0a1eafe97eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)