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 | 爵斜セト | 100011101101110110001110110011101011111011000100 | 8edd8ecebec4 |
EUC-JP | 爵斜セト | 1011110011011111101111001101000010001110101111101000111011000100 | bcdfbcd08ebe8ec4 |
UTF-8 | 爵斜セト | 111001111000100010110101111001101001011010011100111011111011110110111110111011111011111010000100 | e788b5e6969cefbdbeefbe84 |
UHC | 爵斜?? | 111011011100100111011110110110000011111100111111 | edc9ded83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)