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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兮跚蠅 | 100110010110000111100110111001111110010110100010 | 9961e6e7e5a2 |
EUC-JP | 兮跚蠅 | 110100011100001011101100111010011110101010100100 | d1c2ece9eaa4 |
UTF-8 | 兮跚蠅 | 111001011000010110101110111010001011011110011010111010001010000010000101 | e585aee8b79ae8a085 |
UHC | 兮?蠅 | 1111101110110001001111111110001110110010 | fbb13fe3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)