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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 種?耳? | 100011101110110100111111100011101010100000111111 | 8eed3f8ea83f |
EUC-JP | 種?耳? | 101111001110111100111111101111001010101000111111 | bcef3fbcaa3f |
UTF-8 | 種렕耳렏 | 111001111010100010101110111010111010000010010101111010001000000010110011111010111010000010001111 | e7a8aeeba095e880b3eba08f |
UHC | 種렕耳렏 | 1111000011111010100011101010101011101100101111001000111010100101 | f0fa8eaaecbc8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)