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 | 窪?歌 | 1000110001000101001111111000100111001100 | 8c453f89cc |
EUC-JP | 窪?歌 | 1011011110100110001111111011001011001110 | b7a63fb2ce |
UTF-8 | 窪찌歌 | 111001111010101010101010111011001011000010001100111001101010110110001100 | e7aaaaecb08ce6ad8c |
UHC | 窪찌歌 | 111010001100000111000010111011101100101010110000 | e8c1c2eecab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)