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 | ???艤?? | 00111111001111110011111111100100011111100011111100111111 | 3f3f3fe47e3f3f |
EUC-JP | ???艤?? | 00111111001111110011111111100111110111110011111100111111 | 3f3f3fe7df3f3f |
UTF-8 | 閱뤿틶艤쒎선 | 111010011001011010110001111010111010010010111111111011011000101110110110111010001000100110100100111011001001001010001110111011001000010010100000 | e996b1eba4bfed8bb6e889a4ec928eec84a0 |
UHC | 閱뤿틶艤쒎선 | 111001101111001110001111111010111011101010011101111010111111101010011100111001011011110010110001 | e6f38febba9debfa9ce5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)