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 | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
SJIS-WIN | 苞ワ修O\ | 1110010010011010100000111000111110001111010000110100111101011100 | e49a838f8f434f5c |
EUC-JP | 苞ワ修O\ | 1110011111111010101001011110111110111101101001000100111101011100 | e7faa5efbda44f5c |
UTF-8 | 苞ワ修O\ | 1110100010001011100111101110001110000011101011111110010010111111101011100100111101011100 | e88b9ee383afe4bfae4f5c |
UHC | 苞ワ修O\ | 1111100011100010101010111110111111100001111100110100111101011100 | f8e2abefe1f34f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)