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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?猛?猛? | 00111111100101101101001000111111100101101101001000111111 | 3f96d23f96d23f |
EUC-JP | 洧猛?猛? | 100011111100011110110100110011001101010000111111110011001101010000111111 | 8fc7b4ccd43fccd43f |
UTF-8 | 洧猛렭猛렡 | 111001101011010010100111111001111000110010011011111010111010000010101101111001111000110010011011111010111010000010100001 | e6b4a7e78c9beba0ade78c9beba0a1 |
UHC | 洧猛렭猛렡 | 11101010111110111101100011101101100011101011101011011000111011011000111010110010 | eafbd8ed8ebad8ed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)