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 | 蔘¥習 | 111001001111001110000001100011111000111101001011 | e4f3818f8f4b |
EUC-JP | 蔘¥習 | 111010001111010110100001111011111011110110101100 | e8f5a1efbdac |
UTF-8 | 蔘¥習 | 111010001001010010011000111011111011111110100101111001111011111110010010 | e89498efbfa5e7bf92 |
UHC | 蔘¥習 | 110111111011100010100001110011011110001110100111 | dfb8a1cde3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)