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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈹鈹^ | 111110111100101011110010111000101111101111001010111100101110001001011110 | fbcaf2e2fbcaf2e25e |
EUC-JP | 鈹?鈹?^ | 100011111110001111010100001111111000111111100011110101000011111101011110 | 8fe3d43f8fe3d43f5e |
UTF-8 | 鈹鈹^ | 11101001100010001011100111101110100010001001100111101001100010001011100111101110100010001001100101011110 | e988b9ee8899e988b9ee88995e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)