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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 町?淨??? | 1001001010101100001111111001111111000100001111110011111100111111 | 92ac3f9fc43f3f3f |
EUC-JP | 町?淨??? | 1100010010101110001111111101111011000110001111110011111100111111 | c4ae3fdec63f3f3f |
UTF-8 | 町렍淨ㆁ렰렦 | 111001111001010010111010111010111010000010001101111001101011011110101000111000111000011010000001111010111010000010110000111010111010000010100110 | e794baeba08de6b7a8e38681eba0b0eba0a6 |
UHC | 町렍淨ㆁ렰렦 | 111011111110101110001110101000111110111111100100101001001111000110001110101111011000111010110101 | efeb8ea3efe4a4f18ebd8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)