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 | 孩??贈 | 100110110111011100111111001111111001000110100001 | 9b773f3f91a1 |
EUC-JP | 孩??贈 | 110101011101100000111111001111111100001010100011 | d5d83f3fc2a3 |
UTF-8 | 孩닻맛贈 | 111001011010110110101001111010111000101110111011111010111010011110011011111010001011010010001000 | e5ada9eb8bbbeba79be8b488 |
UHC | 孩닻맛贈 | 1111101010101001101101001110100110111000110000001111000111111100 | faa9b4e9b8c0f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)