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 | ????源 | 001111110011111100111111001111111000110010111001 | 3f3f3f3f8cb9 |
EUC-JP | ??饔?源 | 0011111100111111100011111110100011101111001111111011100010111011 | 3f3f8fe8ef3fb8bb |
UTF-8 | 諪렚饔렧源 | 111010001010101110101010111010111010000010011010111010011010010110010100111010111010000010100111111001101011101010010000 | e8abaaeba09ae9a594eba0a7e6ba90 |
UHC | 諪렚饔렧源 | 11101111111101011000111010101101111010001011110110001110101101101110101010111001 | eff58eade8bd8eb6eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)