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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昇「鈆「 | 1000111110111000111110001000111010100010111110111100000110100010 | 8fb8f88ea2fbc1a2 |
EUC-JP | 昇?「鈆「 | 10111110101110100011111110001110101000101000111111100011101111001000111010100010 | beba3f8ea28fe3bc8ea2 |
UTF-8 | 昇「鈆「 | 111001101001100010000111111011101001100010101101111011111011110110100010111010011000100010000110111011111011110110100010 | e69887ee98adefbda2e98886efbda2 |
UHC | 昇???? | 111000111011000000111111001111110011111100111111 | e3b03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)