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 | 膠笈┌ | 111001000101000010001011100010001000010010100001 | e4508b8884a1 |
EUC-JP | 膠笈┌ | 111001111011000110110101111010001010100010100011 | e7b1b5e8a8a3 |
UTF-8 | 膠笈┌ | 111010001000011010100000111001111010110010001000111000101001010010001100 | e886a0e7ac88e2948c |
UHC | 膠?┌ | 1100111011101111001111111010011010100011 | ceef3fa6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)