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 | 暎??恂 | 100111011111001100111111001111111001110010010110 | 9df33f3f9c96 |
EUC-JP | 暎?Ŧ恂 | 1101101011110101001111111000111110101001101011111101011111110110 | daf53f8fa9afd7f6 |
UTF-8 | 暎€Ŧ恂 | 1110011010011010100011101110001010000010101011001100010110100110111001101000000110000010 | e69a8ee282acc5a6e68182 |
UHC | 暎€Ŧ恂 | 1110011110110010101000101110011010101000101011101110001011100001 | e7b2a2e6a8aee2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)