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 | 濟弄??賊 | 1110000001011010100110000100110100111111001111111001000110101111 | e05a984d3f3f91af |
EUC-JP | 濟弄??賊 | 1101111110111011110011111010111000111111001111111100001010110001 | dfbbcfae3f3fc2b1 |
UTF-8 | 濟弄렍렠賊 | 111001101011111110011111111001011011110010000100111010111010000010001101111010111010000010100000111010001011001110001010 | e6bf9fe5bc84eba08deba0a0e8b38a |
UHC | 濟弄렍렠賊 | 11110000101011011101011011100111100011101010001110001110101100011110111011100100 | f0add6e78ea38eb1eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)