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 | ?C?o | 00111111010000110011111101101111 | 3f433f6f |
SJIS-WIN | 奪C但o | 100100100100010001000011100100100100000101101111 | 92444392416f |
EUC-JP | 奪C但o | 110000111010010101000011110000111010001001101111 | c3a543c3a26f |
UTF-8 | 奪C但o | 1110010110100101101010100100001111100100101111011000011001101111 | e5a5aa43e4bd866f |
UHC | 奪C但o | 111101111010110001000011110100111010001101101111 | f7ac43d3a36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)