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 | 霓蠎 | 11101000101111011110010110111010 | e8bde5ba |
EUC-JP | 霓蠎 | 11110000101111111110101010111100 | f0bfeabc |
UTF-8 | 霓蠎 | 111010011001110010010011111010001010000010001110 | e99c93e8a08e |
UHC | 霓? | 111001111110011100111111 | e7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)