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 | 贈蔵坦 | 100100011010000110010001101000001001001001010010 | 91a191a09252 |
EUC-JP | 贈蔵坦 | 110000101010001111000010101000101100001110110011 | c2a3c2a2c3b3 |
UTF-8 | 贈蔵坦 | 111010001011010010001000111010001001010010110101111001011001110110100110 | e8b488e894b5e59da6 |
UHC | 贈?坦 | 1111000111111100001111111111011110100100 | f1fc3ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)