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 | 豁碑ォ | 1110011010101101100101001110100010101011 | e6ad94e8ab |
EUC-JP | 豁碑ォ | 111011001010111111001000111010101000111010101011 | ecafc8ea8eab |
UTF-8 | 豁碑ォ | 111010001011000110000001111001111010001010010001111011111011110110101011 | e8b181e7a291efbdab |
UHC | 豁碑? | 1111110011000011110111011111100000111111 | fcc3ddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)