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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 船????梯 | 1001000101000100001111110011111100111111001111111001001011110010 | 91443f3f3f3f92f2 |
EUC-JP | 船????梯 | 1100000110100101001111110011111100111111001111111100010011110100 | c1a53f3f3f3fc4f4 |
UTF-8 | 船렯렍렯롉梯 | 111010001000100010111001111010111010000010101111111010111010000010001101111010111010000010101111111010111010000110001001111001101010001010101111 | e888b9eba0afeba08deba0afeba189e6a2af |
UHC | 船렯렍렯롉梯 | 111000001100111110001110101111001000111010100011100011101011110010001110110011111111000010101100 | e0cf8ebc8ea38ebc8ecff0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)