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 | 源???錚 | 10001100101110010011111100111111001111111110100001000010 | 8cb93f3f3fe842 |
EUC-JP | 源???錚 | 10111000101110110011111100111111001111111110111110100011 | b8bb3f3f3fefa3 |
UTF-8 | 源잴렮렪錚 | 111001101011101010010000111011001001111010110100111010111010000010101110111010111010000010101010111010011000110010011010 | e6ba90ec9eb4eba0aeeba0aae98c9a |
UHC | 源잴렮렪錚 | 11101010101110011100000011101010100011101011101110001110101110001110111010110110 | eab9c0ea8ebb8eb8eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)