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 | 窪?棺 | 1000110001000101001111111000101010111011 | 8c453f8abb |
EUC-JP | 窪?棺 | 1011011110100110001111111011010010111101 | b7a63fb4bd |
UTF-8 | 窪찮棺 | 111001111010101010101010111011001011000010101110111001101010001110111010 | e7aaaaecb0aee6a3ba |
UHC | 窪찮棺 | 111010001100000111000010111110101100111010110010 | e8c1c2faceb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)