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 | 濟?燼封 | 11100000010110100011111111100000100111101001010110010101 | e05a3fe09e9595 |
EUC-JP | 濟?燼封 | 11011111101110110011111111011111111111101100100111110101 | dfbb3fdffec9f5 |
UTF-8 | 濟렠燼封 | 111001101011111110011111111010111010000010100000111001111000011110111100111001011011000010000001 | e6bf9feba0a0e787bce5b081 |
UHC | 濟렠燼封 | 1111000010101101100011101011000111100011111010001101110011100110 | f0ad8eb1e3e8dce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)