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 | ???窩?? | 00111111001111110011111111100010011111000011111100111111 | 3f3f3fe27c3f3f |
EUC-JP | ???窩?? | 00111111001111110011111111100011110111010011111100111111 | 3f3f3fe3dd3f3f |
UTF-8 | 렱렽씨窩렽씨 | 111010111010000010110001111010111010000010111101111011001001010010101000111001111010101010101001111010111010000010111101111011001001010010101000 | eba0b1eba0bdec94a8e7aaa9eba0bdec94a8 |
UHC | 렱렽씨窩렽씨 | 100011101011111010001110110001011011111010111110111010001100000010001110110001011011111010111110 | 8ebe8ec5bebee8c08ec5bebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)