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 | 潁??宥?ⅶ | 100111111111000100111111001111111001011101000111001111111111101001000110 | 9ff13f3f97473ffa46 |
EUC-JP | 潁??宥?? | 1101111011110011001111110011111111001101101010000011111100111111 | def33f3fcda83f3f |
UTF-8 | 潁뺣겲宥겼ⅶ | 111001101011110110000001111010111011101010100011111010101011001010110010111001011010111010100101111010101011001010111100111000101000010110110110 | e6bd81ebbaa3eab2b2e5aea5eab2bce285b6 |
UHC | 潁뺣겲宥겼ⅶ | 111001111011100010010101111010111000000110111110111010101110100110110000111001011010010110100111 | e7b895eb81beeae9b0e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)