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 | 適?揖?闇 | 1001001101001011001111111001011101001011001111111000100011000101 | 934b3f974b3f88c5 |
EUC-JP | 適?揖?闇 | 1100010110101100001111111100110110101100001111111011000011000111 | c5ac3fcdac3fb0c7 |
UTF-8 | 適렩揖렧闇 | 111010011000000110101001111010111010000010101001111001101000111110010110111010111010000010100111111010011001011110000111 | e981a9eba0a9e68f96eba0a7e99787 |
UHC | 適렩揖렧闇 | 11101110111010101000111010110111111010111110011110001110101101101110010011100001 | eeea8eb7ebe78eb6e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)