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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔘ワ住 | 111001001111001110000011100011111000111101011010 | e4f3838f8f5a |
EUC-JP | 蔘ワ住 | 111010001111010110100101111011111011110110111011 | e8f5a5efbdbb |
UTF-8 | 蔘ワ住 | 111010001001010010011000111000111000001110101111111001001011110110001111 | e89498e383afe4bd8f |
UHC | 蔘ワ住 | 110111111011100010101011111011111111000110101100 | dfb8abeff1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)