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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?ー?ーB | 0011111110110000001111111011000001000010 | 3fb03fb042 |
EUC-JP | ?ー?ーB | 00111111100011101011000000111111100011101011000001000010 | 3f8eb03f8eb042 |
UTF-8 | 誴ー誴ーB | 11101000101010101011010011101111101111011011000011101000101010101011010011101111101111011011000001000010 | e8aab4efbdb0e8aab4efbdb042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)