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 | 鋐ホ陬鴪 | 11111011110100101100111011101000101000111110100111110000 | fbd2cee8a3e9f0 |
EUC-JP | 鋐ホ陬鴪 | 100011111110010010111110100011101100111011110000101001011111001011110010 | 8fe4be8ecef0a5f2f2 |
UTF-8 | 鋐ホ陬鴪 | 111010011000101110010000111011111011111010001110111010011001100110101100111010011011010010101010 | e98b90efbe8ee999ace9b4aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)