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 | 1110011011101101100011101110011110001010100100100111101101100100 | e6ed8ee78a927b64 |
EUC-JP | 跫守樺{d | 1110110011101111101111001110100110110011111100100111101101100100 | ecefbce9b3f27b64 |
UTF-8 | 跫守樺{d | 1110100010110111101010111110010110101110100010001110011010101000101110100111101101100100 | e8b7abe5ae88e6a8ba7b64 |
UHC | ?守樺{d | 00111111111000011111101011111011111111000111101101100100 | 3fe1fafbfc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)