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 | 臍? | 111001000110000000111111 | e4603f |
EUC-JP | 臍? | 111001111100000100111111 | e7c13f |
UTF-8 | 臍머 | 111010001000011110001101111010111010100010111000 | e8878deba8b8 |
UHC | 臍머 | 11110000101100001011100011010011 | f0b0b8d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)