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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 魏鴿殲B溽 | 111010011011000011101001111110011001111101110010010000101001111111100111 | e9b0e9f99f72429fe7 |
EUC-JP | 魏鴿殲B溽 | 111100101011001011110010111110111101110111010011010000101101111011101001 | f2b2f2fbddd342dee9 |
UTF-8 | 魏鴿殲B溽 | 11101001101011011000111111101001101101001011111111100110101011101011001001000010111001101011101010111101 | e9ad8fe9b4bfe6aeb242e6babd |
UHC | 魏?殲B? | 11101010111000000011111111100000111010000100001000111111 | eae03fe0e8423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)