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 | 簔矣鮏簔耨 | 111000101100000111100001111000011111110001000011111000101100000111110000111000111110001111010011 | e2c1e1e1fc43e2c1f0e3e3d3 |
EUC-JP | 簔矣鮏簔?耨 | 111001001100001111100010111000111000111111101010110110111110010011000011001111111110011011010101 | e4c3e2e38feadbe4c33fe6d5 |
UTF-8 | 簔矣鮏簔耨 | 111001111011000010010100111001111001111110100011111010011010111010001111111001111011000010010100111011101000001010100010111010001000000010101000 | e7b094e79fa3e9ae8fe7b094ee82a2e880a8 |
UHC | ?矣???? | 00111111111010111111100000111111001111110011111100111111 | 3febf83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)