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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 髷∫梹B | 11101001100111101000000111100111100111101000111001000010 | e99e81e79e8e42 |
EUC-JP | 髷∫梹B | 11110001111111101010001011101001110110111110111001000010 | f1fea2e9dbee42 |
UTF-8 | 髷∫梹B | 11101001101010111011011111100010100010001010101111100110101000101011100101000010 | e9abb7e288abe6a2b942 |
UHC | ?∫?B | 0011111110100001111100100011111101000010 | 3fa1f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)