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 | 蠇オ髮ォ驕 | 1111101110100001101101011110100110011011101010111110100110000001 | fba1b5e99babe981 |
EUC-JP | ?オ髮ォ驕 | 001111111000111010110101111100011111101110001110101010111111000111100001 | 3f8eb5f1fb8eabf1e1 |
UTF-8 | 蠇オ髮ォ驕 | 111010001010000010000111111011111011110110110101111010011010101110101110111011111011110110101011111010011010100110010101 | e8a087efbdb5e9abaeefbdabe9a995 |
UHC | ??髮?驕 | 00111111001111111101101110100101001111111100111011110110 | 3f3fdba53fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)