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? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | ???C淹 | 001111110011111100111111010000111001111110111001 | 3f3f3f439fb9 |
EUC-JP | ???C淹 | 001111110011111100111111010000111101111010111011 | 3f3f3f43debb |
UTF-8 | 琉뜻땾C淹 | 11101111101001111000110011101011100111001011101111101011100101011011111001000011111001101011011110111001 | efa78ceb9cbbeb95be43e6b7b9 |
UHC | 琉뜻땾C淹 | 111010111010010010110110111001101000101110010100010000111110010111110100 | eba4b6e68b9443e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)