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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 簔矣鮏簔矣 | 111000101100000111100001111000011111110001000011111000101100000111100001111000011111000011100011 | e2c1e1e1fc43e2c1e1e1f0e3 |
EUC-JP | 簔矣鮏簔矣? | 111001001100001111100010111000111000111111101010110110111110010011000011111000101110001100111111 | e4c3e2e38feadbe4c3e2e33f |
UTF-8 | 簔矣鮏簔矣 | 111001111011000010010100111001111001111110100011111010011010111010001111111001111011000010010100111001111001111110100011111011101000001010100010 | e7b094e79fa3e9ae8fe7b094e79fa3ee82a2 |
UHC | ?矣??矣? | 0011111111101011111110000011111100111111111010111111100000111111 | 3febf83f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)