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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 里o?H | 100101111010001010000010100011110011111101001000 | 97a2828f3f48 |
EUC-JP | 里o?H | 110011101010010010100011111011110011111101001000 | cea4a3ef3f48 |
UTF-8 | 里o쮸H | 11101001100001111000110011101111101111011000111111101100101011101011100001001000 | e9878cefbd8fecaeb848 |
UHC | 里o쮸H | 11010111111011001010001111101111110000101110100101001000 | d7eca3efc2e948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)