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 | ?猛? | 00111111100101101101001000111111 | 3f96d23f |
EUC-JP | 馹猛? | 100011111110100110100001110011001101010000111111 | 8fe9a1ccd43f |
UTF-8 | 馹猛렱 | 111010011010011010111001111001111000110010011011111010111010000010110001 | e9a6b9e78c9beba0b1 |
UHC | 馹猛렱 | 111011001111000111011000111011011000111010111110 | ecf1d8ed8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)