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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楢?身? | 100100111110100000111111100100000110011100111111 | 93e83f90673f |
EUC-JP | 楢?身? | 110001101110101000111111101111111100100000111111 | c6ea3fbfc83f |
UTF-8 | 楢렎身렔 | 111001101010010110100010111010111010000010001110111010001011101010101011111010111010000010010100 | e6a5a2eba08ee8baabeba094 |
UHC | 楢렎身렔 | 1110101011111001100011101010010011100011111100111000111010101001 | eaf98ea4e3f38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)