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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 揖?┏F | 100101110100101100111111100001001010110001000110 | 974b3f84ac46 |
EUC-JP | 揖?┏F | 110011011010110000111111101010001010111001000110 | cdac3fa8ae46 |
UTF-8 | 揖뗦┏F | 11100110100011111001011011101011100101111010011011100010100101001000111101000110 | e68f96eb97a6e2948f46 |
UHC | 揖뗦┏F | 11101011111001111000101111100110101001101010111001000110 | ebe78be6a6ae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)