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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???肉? | 001111110011111100111111100100111111011100111111 | 3f3f3f93f73f |
EUC-JP | 轝?Ŀ肉? | 10001111111000011010101000111111100011111010100110101001110001101111100100111111 | 8fe1aa3f8fa9a9c6f93f |
UTF-8 | 轝뀀Ŀ肉뢊 | 1110100010111101100111011110101110000000100000001100010010111111111010001000001010001001111010111010001010001010 | e8bd9deb8080c4bfe88289eba28a |
UHC | 轝뀀Ŀ肉뢊 | 11100110101011001011001011101011101010001010100011101011101111111000111101000110 | e6acb2eba8a8ebbf8f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)