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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 梡? | 10001111110000111111001100111111 | 8fc3f33f |
UTF-8 | 梡믒 | 111001101010001010100001111010111010111110010010 | e6a2a1ebaf92 |
UHC | 梡믒 | 11101000110010011001001011010101 | e8c992d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)