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 | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-WIN | セョワクL | 1011111010101110110111001011100001001100 | beaedcb84c |
EUC-JP | セョワクL | 100011101011111010001110101011101000111011011100100011101011100001001100 | 8ebe8eae8edc8eb84c |
UTF-8 | セョワクL | 11101111101111011011111011101111101111011010111011101111101111101001110011101111101111011011100001001100 | efbdbeefbdaeefbe9cefbdb84c |
UHC | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)