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 | 低?憶?魚 | 1001001011100001001111111000100110101111001111111000101110011011 | 92e13f89af3f8b9b |
EUC-JP | 低?憶?魚 | 1100010011100011001111111011001010110001001111111011010111111011 | c4e33fb2b13fb5fb |
UTF-8 | 低렍憶렏魚 | 111001001011110110001110111010111010000010001101111001101000011010110110111010111010000010001111111010011010110110011010 | e4bd8eeba08de686b6eba08fe9ad9a |
UHC | 低렍憶렏魚 | 11101110101110001000111010100011111001011110001110001110101001011110010111100000 | eeb88ea3e5e38ea5e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)