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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | 簔矣x | 11100010110000011110000111100001111100001110100111110111101011001111000111111100111100001110100101111000 | e2c1e1e1f0e9f7acf1fcf0e978 |
EUC-JP | 簔矣????x | 111001001100001111100010111000110011111100111111001111110011111101111000 | e4c3e2e33f3f3f3f78 |
UTF-8 | 簔矣x | 11100111101100001001010011100111100111111010001111101110100000101010100011101110100101101000111111101110100001011011011111101110100000101010100001111000 | e7b094e79fa3ee82a8ee968fee85b7ee82a878 |
UHC | ?矣????x | 0011111111101011111110000011111100111111001111110011111101111000 | 3febf83f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)