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 | 蠑滕┷ | 111001011011110010011111111011001000010010111000 | e5bc9fec84b8 |
EUC-JP | 蠑滕┷ | 111010101011111011011110111011101010100010111010 | eabedeeea8ba |
UTF-8 | 蠑滕┷ | 111010001010000010010001111001101011101110010101111000101001010010110111 | e8a091e6bb95e294b7 |
UHC | ??┷ | 00111111001111111010011010111010 | 3f3fa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)