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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驗眩蒔謝 | 1110100110000100111000011011111110001110101010101000111011010011 | e984e1bf8eaa8ed3 |
EUC-JP | 驗眩蒔謝 | 1111000111100100111000101100000110111100101011001011110011010101 | f1e4e2c1bcacbcd5 |
UTF-8 | 驗眩蒔謝 | 111010011010100110010111111001111001110010101001111010001001001010010100111010001010110010011101 | e9a997e79ca9e89294e8ac9d |
UHC | 驗眩蒔謝 | 1111101011010000111110101101111111100011110010001101111011110011 | fad0fadfe3c8def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)