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 | 雹顔事 | 111010001011100110001010111001111000111010010110 | e8b98ae78e96 |
EUC-JP | 雹顔事 | 111100001011101110110100111010011011101111110110 | f0bbb4e9bbf6 |
UTF-8 | 雹顔事 | 111010011001101110111001111010011010000110010100111001001011101010001011 | e99bb9e9a194e4ba8b |
UHC | 雹顔事 | 110110101101111111100100110101001101111011000000 | dadfe4d4dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)