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 | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
SJIS-WIN | 訝??b | 1110011001100010001111110011111101100010 | e6623f3f62 |
EUC-JP | 訝??b | 1110101111000011001111110011111101100010 | ebc33f3f62 |
UTF-8 | 訝밭떥b | 11101000101010001001110111101011101100001010110111101011100101101010010101100010 | e8a89debb0adeb96a562 |
UHC | 訝밭떥b | 11100100101110001011100111100111100010111011100001100010 | e4b8b9e78bb862 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)