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 | 薰ォ謔介〒 | 111110111001111010101011111001101000001010001001111011101000000110100111 | fb9eabe68289ee81a7 |
EUC-JP | ?ォ謔介〒 | 001111111000111010101011111010111110001010110010111100001010001010101001 | 3f8eabebe2b2f0a2a9 |
UTF-8 | 薰ォ謔介〒 | 111010001001011010110000111011111011110110101011111010001010110010010100111001001011101110001011111000111000000010010010 | e896b0efbdabe8ac94e4bb8be38092 |
UHC | 薰?謔介? | 1111110110111001001111111111100111001100110010111011111100111111 | fdb93ff9cccbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)