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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簔矣簔 | 11100010110000011110000111100001111101011011010111100010110000011111011011100010 | e2c1e1e1f5b5e2c1f6e2 |
EUC-JP | 簔矣?簔? | 1110010011000011111000101110001100111111111001001100001100111111 | e4c3e2e33fe4c33f |
UTF-8 | 簔矣簔 | 111001111011000010010100111001111001111110100011111011101001000010100000111001111011000010010100111011101001010010001001 | e7b094e79fa3ee90a0e7b094ee9489 |
UHC | ?矣??? | 001111111110101111111000001111110011111100111111 | 3febf83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)