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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 曖?E曖?EB | 100111100100001000111111010001011001111001000010001111110100010101000010 | 9e423f459e423f4542 |
EUC-JP | 曖?E曖?EB | 110110111010001100111111010001011101101110100011001111110100010101000010 | dba33f45dba33f4542 |
UTF-8 | 曖퇲E曖퇲EB | 111001101001101110010110111011011000011110110010010001011110011010011011100101101110110110000111101100100100010101000010 | e69b96ed87b245e69b96ed87b24542 |
UHC | 曖퇲E曖퇲EB | 1110010011110010101110000110100001000101111001001111001010111000011010000100010101000010 | e4f2b86845e4f2b8684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)