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 | 日?才?奠 | 1001001111111010001111111000110111001011001111111001101011111001 | 93fa3f8dcb3f9af9 |
EUC-JP | 日?才?奠 | 1100011011111100001111111011101011001101001111111101010011111011 | c6fc3fbacd3fd4fb |
UTF-8 | 日렪才렭奠 | 111001101001011110100101111010111010000010101010111001101000100110001101111010111010000010101101111001011010010110100000 | e697a5eba0aae6898deba0ade5a5a0 |
UHC | 日렪才렭奠 | 11101100111011011000111010111000111011101010011010001110101110101110111011110101 | eced8eb8eea68ebaeef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)