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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ遶ェ襠第 | 11100101101001011010101011100111101010111010101011100101111110111001000111100110 | e5a5aae7abaae5fb91e6 |
EUC-JP | 螂ェ遶ェ襠第 | 111010101010011110001110101010101110111010101101100011101010101011101010111111011100001011101000 | eaa78eaaeead8eaaeafdc2e8 |
UTF-8 | 螂ェ遶ェ襠第 | 111010001001111010000010111011111011110110101010111010011000000110110110111011111011110110101010111010001010010110100000111001111010110010101100 | e89e82efbdaae981b6efbdaae8a5a0e7acac |
UHC | 螂????第 | 1101010111001100001111110011111100111111001111111111000010101111 | d5cc3f3f3f3ff0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)