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 | 膠居洲 | 111001000101000010001011100011111000111101000110 | e4508b8f8f46 |
EUC-JP | 膠居洲 | 111001111011000110110101111011111011110110100111 | e7b1b5efbda7 |
UTF-8 | 膠居洲 | 111010001000011010100000111001011011000110000101111001101011010010110010 | e886a0e5b185e6b4b2 |
UHC | 膠居洲 | 110011101110111111001011110111001111000110111101 | ceefcbdcf1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)