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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??菴癰 | 001111110011111111100100101111011110000110011110 | 3f3fe4bde19e |
EUC-JP | ??菴癰 | 001111110011111111101000101111111110000111111110 | 3f3fe8bfe1fe |
UTF-8 | 손샬菴癰 | 111011001000011010010000111011001000001110101100111010001000111110110100111001111001100110110000 | ec8690ec83ace88fb4e799b0 |
UHC | 손샬菴癰 | 1011110011010101101111001010001111100100111000001110100010111001 | bcd5bca3e4e0e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)