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 | ????應? | 00111111001111110011111100111111100111001110010000111111 | 3f3f3f3f9ce43f |
EUC-JP | ??饔?應? | 001111110011111110001111111010001110111100111111110110001110011000111111 | 3f3f8fe8ef3fd8e63f |
UTF-8 | 諪렚饔렧應렱 | 111010001010101110101010111010111010000010011010111010011010010110010100111010111010000010100111111001101000011110001001111010111010000010110001 | e8abaaeba09ae9a594eba0a7e68789eba0b1 |
UHC | 諪렚饔렧應렱 | 111011111111010110001110101011011110100010111101100011101011011011101011111010111000111010111110 | eff58eade8bd8eb6ebeb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)