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 | 邂情勘贒唯 | 11100111101011101000111111101110100010101010100011111011101011111001011101000010 | e7ae8fee8aa8fbaf9742 |
EUC-JP | 邂情勘贒唯 | 1110111010110000101111101111000010110100101010101000111111011111110000111100110110100011 | eeb0bef0b4aa8fdfc3cda3 |
UTF-8 | 邂情勘贒唯 | 111010011000001010000010111001101000001110000101111001011000101110011000111010001011010010010010111001011001010010101111 | e98282e68385e58b98e8b492e594af |
UHC | 邂情勘?唯 | 111110101011001111101111110101111100101011101011001111111110101011100110 | fab3efd7caeb3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)