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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諤剰曝 | 111001101000000010001111111010001001010010011000 | e6808fe89498 |
EUC-JP | 諤剰曝 | 111010111110000010111110111010101100011111111000 | ebe0beeac7f8 |
UTF-8 | 諤剰曝 | 111010001010101110100100111001011000100110110000111001101001101110011101 | e8aba4e589b0e69b9d |
UHC | ??曝 | 00111111001111111111100011101101 | 3f3ff8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)