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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?修 | 001111111000111101000011 | 3f8f43 |
EUC-JP | ?修 | 001111111011110110100100 | 3fbda4 |
UTF-8 | 쑷修 | 111011001001000110110111111001001011111110101110 | ec91b7e4bfae |
UHC | 쑷修 | 10011100110100001110000111110011 | 9cd0e1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)