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 | 韈廂腸 | 111010001110011110011011111110011001001010110000 | e8e79bf992b0 |
EUC-JP | 韈廂腸 | 111100001110100111010110111110111100010010110010 | f0e9d6fbc4b2 |
UTF-8 | 韈廂腸 | 111010011001111110001000111001011011101110000010111010001000010110111000 | e99f88e5bb82e885b8 |
UHC | ?廂腸 | 0011111111011111110010111110110111110011 | 3fdfcbedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)