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 | 弡乗iB | 11111010101101111000111111100110100000101000100101000010 | fab78fe6828942 |
EUC-JP | 弡乗iB | 1000111110111100111001001011111011101000101000111110100101000010 | 8fbce4bee8a3e942 |
UTF-8 | 弡乗iB | 11100101101111001010000111100100101110011001011111101111101111011000100101000010 | e5bca1e4b997efbd8942 |
UHC | ??iB | 0011111100111111101000111110100101000010 | 3f3fa3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)