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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 縊k?B | 111000110110111110000010100010110011111101000010 | e36f828b3f42 |
EUC-JP | 縊k?B | 111001011101000010100011111010110011111101000010 | e5d0a3eb3f42 |
UTF-8 | 縊k젶B | 11100111101110001000101011101111101111011000101111101100101000001011011001000010 | e7b88aefbd8beca0b642 |
UHC | 縊k젶B | 11100100111111001010001111101011101000001010101001000010 | e4fca3eba0aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)