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 | 芽陳肇 | 100010011110100010010010110000101001010010100011 | 89e892c294a3 |
EUC-JP | 芽陳肇 | 101100101110101011000100110001001100100010100101 | b2eac4c4c8a5 |
UTF-8 | 芽陳肇 | 111010001000101010111101111010011001100110110011111010001000001010000111 | e88abde999b3e88287 |
UHC | 芽陳肇 | 111001001011010011110010111001111111000011011100 | e4b4f2e7f0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)