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 | 1000100110011000001111110011111101000010 | 89983f3f42 |
EUC-JP | 汚??B | 1011000111111000001111110011111101000010 | b1f83f3f42 |
UTF-8 | 汚녺탞B | 11100110101100011001101011101011100001011011101011101101100000111001111001000010 | e6b19aeb85baed839e42 |
UHC | 汚녺탞B | 11100111111111011000011011100111101101011000001001000010 | e7fd86e7b58242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)