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 | 永??宋 | 100010010110100100111111001111111001000101110110 | 89693f3f9176 |
EUC-JP | 永??宋 | 101100011100101000111111001111111100000111010111 | b1ca3f3fc1d7 |
UTF-8 | 永롦겙宋 | 111001101011000010111000111010111010000110100110111010101011001010011001111001011010111010001011 | e6b0b8eba1a6eab299e5ae8b |
UHC | 永롦겙宋 | 1110011110110101100011101110011010000001101100001110000111100100 | e7b58ee681b0e1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)