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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 畑??{d | 100101001010100000111111001111110111101101100100 | 94a83f3f7b64 |
EUC-JP | 畑??{d | 110010001010101000111111001111110111101101100100 | c8aa3f3f7b64 |
UTF-8 | 畑우쎆{d | 1110011110010101100100011110110010011010101100001110110010001110100001100111101101100100 | e79591ec9ab0ec8e867b64 |
UHC | 畑우쎆{d | 1110111110100101101111111110110010011011101011110111101101100100 | efa5bfec9baf7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)