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 | 猷????? | 10010111010100010011111100111111001111110011111100111111 | 97513f3f3f3f3f |
EUC-JP | 猷??琰?? | 110011011011001000111111001111111000111111001100101101000011111100111111 | cdb23f3f8fccb43f3f |
UTF-8 | 猷띕겮琰쇤쎊 | 111001111000110010110111111010111001110110010101111010101011001010101110111001111001000010110000111011001000011110100100111011001000111010001010 | e78cb7eb9d95eab2aee790b0ec87a4ec8e8a |
UHC | 猷띕겮琰쇤쎊 | 111010111010001110110110111010111000000110111100111001101111110010111100111010011001101110110010 | eba3b6eb81bce6fcbce99bb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)