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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 姚←?^ | 100110110100110010000001101010010011111101011110 | 9b4c81a93f5e |
EUC-JP | 姚←?^ | 110101011010110110100010101010110011111101011110 | d5ada2ab3f5e |
UTF-8 | 姚←첋^ | 11100101101001111001101011100010100001101001000011101100101100101000101101011110 | e5a79ae28690ecb28b5e |
UHC | 姚←첋^ | 11101000111011101010000111100111101010101001100001011110 | e8eea1e7aa985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)