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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 鈹嫉o | 1111101111001010100011101011100101101111 | fbca8eb96f |
EUC-JP | 鈹嫉o | 100011111110001111010100101111001011101101101111 | 8fe3d4bcbb6f |
UTF-8 | 鈹嫉o | 11101001100010001011100111100101101010111000100101101111 | e988b9e5ab896f |
UHC | ?嫉o | 00111111111100101110110001101111 | 3ff2ec6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)