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 | 驗柴上 | 111010011000010010001110110001001000111111100011 | e9848ec48fe3 |
EUC-JP | 驗柴上 | 111100011110010010111100110001101011111011100101 | f1e4bcc6bee5 |
UTF-8 | 驗柴上 | 111010011010100110010111111001101001111110110100111001001011100010001010 | e9a997e69fb4e4b88a |
UHC | 驗柴上 | 111110101101000011100011110000111101111110111110 | fad0e3c3dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)