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 | èìLo | 1110100011101100100110100100110001101111 | e8ec9a4c6f |
SJIS-WIN | ???Lo | 0011111100111111001111110100110001101111 | 3f3f3f4c6f |
EUC-JP | èì?Lo | 100011111010101110110010100011111010101111000000001111110100110001101111 | 8fabb28fabc03f4c6f |
UTF-8 | èìLo | 1100001110101000110000111010110011000010100110100100110001101111 | c3a8c3acc29a4c6f |
UHC | ???Lo | 0011111100111111001111110100110001101111 | 3f3f3f4c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)