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 | 苣脂オ籥 | 11100100100100001000111010001001101101011110001011011110 | e4908e89b5e2de |
EUC-JP | 苣脂オ籥 | 1110011111110000101110111110100110001110101101011110010011100000 | e7f0bbe98eb5e4e0 |
UTF-8 | 苣脂オ籥 | 111010001000101110100011111010001000010010000010111011111011110110110101111001111011000110100101 | e88ba3e88482efbdb5e7b1a5 |
UHC | ?脂?? | 0011111111110010101101110011111100111111 | 3ff2b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)