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 | 舒船蘚 | 100110001010111010010001010001001110010101100100 | 98ae9144e564 |
EUC-JP | 舒船蘚 | 110100001011000011000001101001011110100111000101 | d0b0c1a5e9c5 |
UTF-8 | 舒船蘚 | 111010001000100010010010111010001000100010111001111010001001100010011010 | e88892e888b9e8989a |
UHC | 舒船蘚 | 111000001010001011100000110011111110000011010000 | e0a2e0cfe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)