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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??ŀ?? | 00111111001111111000111110101001110010010011111100111111 | 3f3f8fa9c93f3f |
UTF-8 | 濾낅ŀ痢멊 | 1110111110100110100001001110101110000010100001011100010110000000111011111010011110100101111010111010100110001010 | efa684eb8285c580efa7a5eba98a |
UHC | 濾낅ŀ痢멊 | 11100110101001001000010111101011101010011010100011101100101110001001000101000010 | e6a485eba9a8ecb89142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)