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 | 韈廂蝶 | 111010001110011110011011111110011001001010110001 | e8e79bf992b1 |
EUC-JP | 韈廂蝶 | 111100001110100111010110111110111100010010110011 | f0e9d6fbc4b3 |
UTF-8 | 韈廂蝶 | 111010011001111110001000111001011011101110000010111010001001110110110110 | e99f88e5bb82e89db6 |
UHC | ?廂蝶 | 0011111111011111110010111110111111001010 | 3fdfcbefca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)