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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 缸???毫? | 1110001110011101001111110011111100111111100111110111110000111111 | e39d3f3f3f9f7c3f |
EUC-JP | 缸???毫? | 1110010111111101001111110011111100111111110111011101110100111111 | e5fd3f3f3fdddd3f |
UTF-8 | 缸멱렭렕毫累 | 111001111011110010111000111010111010100110110001111010111010000010101101111010111010000010010101111001101010111110101011111011111010010110001111 | e7bcb8eba9b1eba0adeba095e6afabefa58f |
UHC | 缸멱렭렕毫累 | 111110011111110010111000111010001000111010111010100011101010101011111011110001101101001011101001 | f9fcb8e88eba8eaafbc6d2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)