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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孩?第 | 1001101101110111001111111001000111100110 | 9b773f91e6 |
EUC-JP | 孩?第 | 1101010111011000001111111100001011101000 | d5d83fc2e8 |
UTF-8 | 孩렕第 | 111001011010110110101001111010111010000010010101111001111010110010101100 | e5ada9eba095e7acac |
UHC | 孩렕第 | 111110101010100110001110101010101111000010101111 | faa98eaaf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)