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 | 硝ヲ耳 | 1000111111001001101001101000111010101000 | 8fc9a68ea8 |
EUC-JP | 硝ヲ耳 | 101111101100101110001110101001101011110010101010 | becb8ea6bcaa |
UTF-8 | 硝ヲ耳 | 111001111010000110011101111011111011110110100110111010001000000010110011 | e7a19defbda6e880b3 |
UHC | 硝?耳 | 1111010110100110001111111110110010111100 | f5a63fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)