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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 縊k?G | 111000110110111110000010100010110011111101000111 | e36f828b3f47 |
EUC-JP | 縊k?G | 111001011101000010100011111010110011111101000111 | e5d0a3eb3f47 |
UTF-8 | 縊k젶G | 11100111101110001000101011101111101111011000101111101100101000001011011001000111 | e7b88aefbd8beca0b647 |
UHC | 縊k젶G | 11100100111111001010001111101011101000001010101001000111 | e4fca3eba0aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)