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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 潁??魏?潁 | 100111111111000100111111001111111110100110110000001111111001111111110001 | 9ff13f3fe9b03f9ff1 |
EUC-JP | 潁??魏?潁 | 110111101111001100111111001111111111001010110010001111111101111011110011 | def33f3ff2b23fdef3 |
UTF-8 | 潁뺤꼳魏죋潁 | 111001101011110110000001111010111011101010100100111010101011110010110011111010011010110110001111111011001010001110001011111001101011110110000001 | e6bd81ebbaa4eabcb3e9ad8feca38be6bd81 |
UHC | 潁뺤꼳魏죋潁 | 111001111011100010010101111011001000010010001100111010101110000010100001011010001110011110111000 | e7b895ec848ceae0a168e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)