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 | 潁??衣 | 100111111111000100111111001111111000100011011111 | 9ff13f3f88df |
EUC-JP | 潁??衣 | 110111101111001100111111001111111011000011100001 | def33f3fb0e1 |
UTF-8 | 潁딉퐠衣 | 111001101011110110000001111010111001010010001001111011011001000010100000111010001010000110100011 | e6bd81eb9489ed90a0e8a1a3 |
UHC | 潁딉퐠衣 | 1110011110111000100010101110111110111101100010011110101111111101 | e7b88aefbd89ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)