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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臍??適 | 111001000110000000111111001111111001001101001011 | e4603f3f934b |
EUC-JP | 臍??適 | 111001111100000100111111001111111100010110101100 | e7c13f3fc5ac |
UTF-8 | 臍잼ㄼ適 | 111010001000011110001101111011001001111010111100111000111000010010111100111010011000000110101001 | e8878dec9ebce384bce981a9 |
UHC | 臍잼ㄼ適 | 1111000010110000110000001110101110100100101011001110111011101010 | f0b0c0eba4aceeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)