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 | 齊絲?琮 | 11101010100011101110001101001110001111111111101101101010 | ea8ee34e3ffb6a |
EUC-JP | 齊絲?琮 | 1111001111101110111001011010111100111111100011111100110010110010 | f3eee5af3f8fccb2 |
UTF-8 | 齊絲ㅄ琮 | 111010011011110110001010111001111011010110110010111000111000010110000100111001111001000010101110 | e9bd8ae7b5b2e38584e790ae |
UHC | 齊絲ㅄ琮 | 1111000010111010110111101110101010100100101101001111000011111001 | f0badeeaa4b4f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)