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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂情勘 | 111001111010111010001111111011101000101010101000 | e7ae8fee8aa8 |
EUC-JP | 邂情勘 | 111011101011000010111110111100001011010010101010 | eeb0bef0b4aa |
UTF-8 | 邂情勘 | 111010011000001010000010111001101000001110000101111001011000101110011000 | e98282e68385e58b98 |
UHC | 邂情勘 | 111110101011001111101111110101111100101011101011 | fab3efd7caeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)