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 | ???扼?? | 00111111001111110011111110011101010011100011111100111111 | 3f3f3f9d4e3f3f |
EUC-JP | 縕??扼?? | 100011111101010011000010001111110011111111011001101011110011111100111111 | 8fd4c23f3fd9af3f3f |
UTF-8 | 縕딁룧扼곩껼 | 111001111011100010010101111010111001010010000001111010111010001110100111111001101000100110111100111010101011001110101001111010101011101110111100 | e7b895eb9481eba3a7e689bceab3a9eabbbc |
UHC | 縕딁룧扼곩껼 | 111010001011001010001010111001111000111110100000111001001111100110000001111001011011001010111010 | e8b28ae78fa0e4f981e5b2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)