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 | 鮑夥猪 | 111010011011100010011010111011001001001010010110 | e9b89aec9296 |
EUC-JP | 鮑夥猪 | 111100101011101011010100111011101100001111110110 | f2bad4eec3f6 |
UTF-8 | 鮑夥猪 | 111010011010111010010001111001011010010010100101111001111000110010101010 | e9ae91e5a4a5e78caa |
UHC | 鮑?猪 | 1111100011101010001111111110111011000100 | f8ea3feec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)