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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | イァ豕イァ豕^ | 101100101010011111100110101100111011001010100111111001101011001101011110 | b2a7e6b3b2a7e6b35e |
EUC-JP | イァ豕イァ豕^ | 10001110101100101000111010100111111011001011010110001110101100101000111010100111111011001011010101011110 | 8eb28ea7ecb58eb28ea7ecb55e |
UTF-8 | イァ豕イァ豕^ | 11101111101111011011001011101111101111011010011111101000101100011001010111101111101111011011001011101111101111011010011111101000101100011001010101011110 | efbdb2efbda7e8b195efbdb2efbda7e8b1955e |
UHC | ??豕??豕^ | 001111110011111111100011110011100011111100111111111000111100111001011110 | 3f3fe3ce3f3fe3ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)