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 | 110000111010010011000011100001110111001001000010 | c3a4c3877242 |
EUC-JP | テ、テ?B | 1000111011000011100011101010010010001110110000110011111101000010 | 8ec38ea48ec33f42 |
UTF-8 | テ、テ㎎B | 11101111101111101000001111101111101111011010010011101111101111101000001111100011100011101000111001000010 | efbe83efbda4efbe83e38e8e42 |
UHC | ???㎎B | 001111110011111100111111101001111011011101000010 | 3f3f3fa7b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)