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 | 遞ョ蟷セ阯ェ | 111001111010100010101110111001011011100110111110111010001001011110101010 | e7a8aee5b9bee897aa |
EUC-JP | 遞ョ蟷セ阯ェ | 111011101010101010001110101011101110101010111011100011101011111011101111111101111000111010101010 | eeaa8eaeeabb8ebeeff78eaa |
UTF-8 | 遞ョ蟷セ阯ェ | 111010011000000110011110111011111011110110101110111010001001111110110111111011111011110110111110111010011001100010101111111011111011110110101010 | e9819eefbdaee89fb7efbdbee998afefbdaa |
UHC | 遞????? | 11110100111101100011111100111111001111110011111100111111 | f4f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)