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 | 炯?雨 | 1110000001110110001111111000100101001010 | e0763f894a |
EUC-JP | 炯沇雨 | 11011111110101111000111111000110111010111011000110101011 | dfd78fc6ebb1ab |
UTF-8 | 炯沇雨 | 111001111000001010101111111001101011001010000111111010011001101110101000 | e782afe6b287e99ba8 |
UHC | 炯沇雨 | 111110111010011011100110110011001110100111101011 | fba6e6cce9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)