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 | 螳溽明迺ス | 111001011010111010011111111001111001011010111110111001111001001010111101 | e5ae9fe796bee792bd |
EUC-JP | 螳溽明迺ス | 11101010101100001101111011101001110011001100000011101101111100101000111010111101 | eab0dee9ccc0edf28ebd |
UTF-8 | 螳溽明迺ス | 111010001001111010110011111001101011101010111101111001101001100010001110111010001011111110111010111011111011110110111101 | e89eb3e6babde6988ee8bfbaefbdbd |
UHC | 螳?明?? | 11010011110110010011111111011001101001010011111100111111 | d3d93fd9a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)