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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繧?場 | 1110001110000010001111111000111111101010 | e3823f8fea |
EUC-JP | 繧鰪場 | 11100101111000101000111111101011101101101011111011101100 | e5e28febb6beec |
UTF-8 | 繧鰪場 | 111001111011100110100111111010011011000010101010111001011010000010110100 | e7b9a7e9b0aae5a0b4 |
UHC | ??場 | 00111111001111111110110111011110 | 3f3fedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)