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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?笑雪 | 0011111110001111110011101001000011100001 | 3f8fce90e1 |
EUC-JP | ?笑雪 | 0011111110111110110100001100000011100011 | 3fbed0c0e3 |
UTF-8 | 슮笑雪 | 111011001000101010101110111001111010110010010001111010011001101110101010 | ec8aaee7ac91e99baa |
UHC | 슮笑雪 | 100110101011010111100001110001011110000011100100 | 9ab5e1c5e0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)