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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 簔瞞\ | 11100010110000011111011011001110111000011101010001011100 | e2c1f6cee1d45c |
EUC-JP | 簔?瞞\ | 111001001100001100111111111000101101011001011100 | e4c33fe2d65c |
UTF-8 | 簔瞞\ | 11100111101100001001010011101110100100111011010111100111100111101001111001011100 | e7b094ee93b5e79e9e5c |
UHC | ??瞞\ | 0011111100111111110110001011111001011100 | 3f3fd8be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)