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 | 霓、蟇ょ | 11101000101111011010010011100101101011111000001011100101 | e8bda4e5af82e5 |
EUC-JP | 霓、蟇ょ | 1111000010111111100011101010010011101010101100011010010011100111 | f0bf8ea4eab1a4e7 |
UTF-8 | 霓、蟇ょ | 111010011001110010010011111011111011110110100100111010001001111110000111111000111000001010000111 | e99c93efbda4e89f87e38287 |
UHC | 霓??ょ | 111001111110011100111111001111111010101011100111 | e7e73f3faae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)