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 | 族燎衙 | 100100011011000011100000100110011110010111001001 | 91b0e099e5c9 |
EUC-JP | 族燎衙 | 110000101011001011011111111110011110101011001011 | c2b2dff9eacb |
UTF-8 | 族燎衙 | 111001101001011110001111111001111000011110001110111010001010000110011001 | e6978fe7878ee8a199 |
UHC | 族燎衙 | 111100001110100111010110111110101110010010110111 | f0e9d6fae4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)