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 | 魄ィ荵冷 | 11101001101011101010100011100100101110011001011111100010 | e9aea8e4b997e2 |
EUC-JP | 魄ィ荵冷 | 1111001010110000100011101010100011101000101110111100111011100100 | f2b08ea8e8bbcee4 |
UTF-8 | 魄ィ荵冷 | 111010011010110110000100111011111011110110101000111010001000110110110101111001011000011010110111 | e9ad84efbda8e88db5e586b7 |
UHC | 魄??冷 | 110110111101111000111111001111111101010111010010 | dbde3f3fd5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)