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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踵也梹韆皮 | 11100110111110011001011011100111100111101000111011101000111001101001010011100111 | e6f996e79e8ee8e694e7 |
EUC-JP | 踵也梹韆皮 | 11101100111110111100110011101001110110111110111011110000111010001100100011101001 | ecfbcce9dbeef0e8c8e9 |
UTF-8 | 踵也梹韆皮 | 111010001011100010110101111001001011100110011111111001101010001010111001111010011001111110000110111001111001101010101110 | e8b8b5e4b99fe6a2b9e99f86e79aae |
UHC | 踵也?韆皮 | 111100011010001011100101101001010011111111110100110001111111100110101011 | f1a2e5a53ff4c7f9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)