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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 瀁瀁B | 1110000001100110111000000110011001000010 | e066e06642 |
EUC-JP | 瀁瀁B | 1101111111000111110111111100011101000010 | dfc7dfc742 |
UTF-8 | 瀁瀁B | 11100111100000001000000111100111100000001000000101000010 | e78081e7808142 |
UHC | 瀁瀁B | 1110010111001000111001011100100001000010 | e5c8e5c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)