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 | 螂ェ蜊帝● | 111001011010010110101010111001011000110110010010111010011000000110011100 | e5a5aae58d92e9819c |
EUC-JP | 螂ェ蜊帝● | 11101010101001111000111010101010111010011110110111000100111010111010000111111100 | eaa78eaae9edc4eba1fc |
UTF-8 | 螂ェ蜊帝● | 111010001001111010000010111011111011110110101010111010001001110010001010111001011011100010011101111000101001011110001111 | e89e82efbdaae89c8ae5b89de2978f |
UHC | 螂??帝● | 1101010111001100001111110011111111110000101010001010000111011100 | d5cc3f3ff0a8a1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)