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 | 簔矣瞶簔 | 11100010110000011110000111100001111000011101011011100010110000011111011011100010 | e2c1e1e1e1d6e2c1f6e2 |
EUC-JP | 簔矣瞶簔? | 111001001100001111100010111000111110001011011000111001001100001100111111 | e4c3e2e3e2d8e4c33f |
UTF-8 | 簔矣瞶簔 | 111001111011000010010100111001111001111110100011111001111001111010110110111001111011000010010100111011101001010010001001 | e7b094e79fa3e79eb6e7b094ee9489 |
UHC | ?矣??? | 001111111110101111111000001111110011111100111111 | 3febf83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)