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 | 迯停造 | 111001111000110110010010111000101001000110100010 | e78d92e291a2 |
EUC-JP | 迯停造 | 111011011110110111000100111001001100001010100100 | ededc4e4c2a4 |
UTF-8 | 迯停造 | 111010001011111110101111111001011000000110011100111010011000000010100000 | e8bfafe5819ce980a0 |
UHC | ?停造 | 0011111111101111110011101111000011100011 | 3fefcef0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)