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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 簔矣矇B | 11110001110111001111010110111101111101011011110111100010110000011110000111100001111000011101110001000010 | f1dcf5bdf5bde2c1e1e1e1dc42 |
EUC-JP | ???簔矣矇B | 00111111001111110011111111100100110000111110001011100011111000101101111001000010 | 3f3f3fe4c3e2e3e2de42 |
UTF-8 | 簔矣矇B | 11101110100001011001011111101110100100001010100011101110100100001010100011100111101100001001010011100111100111111010001111100111100111111000011101000010 | ee8597ee90a8ee90a8e7b094e79fa3e79f8742 |
UHC | ????矣?B | 0011111100111111001111110011111111101011111110000011111101000010 | 3f3f3f3febf83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)