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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌???? | 111000111010000000111111001111110011111100111111 | e3a03f3f3f3f |
EUC-JP | 罌???? | 111001101010001000111111001111110011111100111111 | e6a23f3f3f3f |
UTF-8 | 罌붇띿뿞銳 | 111001111011110110001100111010111011011010000111111010111001110110111111111010111011111110011110111010011000101010110011 | e7bd8cebb687eb9dbfebbf9ee98ab3 |
UHC | 罌붇띿뿞銳 | 11100101101000101011101011010001100011011110110010010111101000001110011111100101 | e5a2bad18dec97a0e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)