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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爵斜セト柴 | 1000111011011101100011101100111010111110110001001000111011000100 | 8edd8ecebec48ec4 |
EUC-JP | 爵斜セト柴 | 10111100110111111011110011010000100011101011111010001110110001001011110011000110 | bcdfbcd08ebe8ec4bcc6 |
UTF-8 | 爵斜セト柴 | 111001111000100010110101111001101001011010011100111011111011110110111110111011111011111010000100111001101001111110110100 | e788b5e6969cefbdbeefbe84e69fb4 |
UHC | 爵斜??柴 | 1110110111001001110111101101100000111111001111111110001111000011 | edc9ded83f3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)