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 | 磑躬磬 | 111000011111010011100111010110101110000111111100 | e1f4e75ae1fc |
EUC-JP | 磑躬磬 | 111000101111011011101101101110111110001011111110 | e2f6edbbe2fe |
UTF-8 | 磑躬磬 | 111001111010001110010001111010001011101010101100111001111010001110101100 | e7a391e8baace7a3ac |
UHC | ?躬磬 | 0011111111001111111001011100110011100100 | 3fcfe5cce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)