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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?????СB | 0011111100111111001111110011111100111111100001000101001001000010 | 3f3f3f3f3f845242 |
EUC-JP | ?????СB | 0011111100111111001111110011111100111111101001111011001101000010 | 3f3f3f3f3fa7b342 |
UTF-8 | 紐룸쳣紐룸СB | 111011111010011110001111111010111010001110111000111011001011001110100011111011111010011110001111111010111010001110111000110100001010000101000010 | efa78feba3b8ecb3a3efa78feba3b8d0a142 |
UHC | 紐룸쳣紐룸СB | 11101011101010101011011111101011101010111000100111101011101010101011011111101011101011001011001101000010 | ebaab7ebab89ebaab7ebacb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)