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 | ??顔? | 0011111100111111100010101110011100111111 | 3f3f8ae73f |
EUC-JP | ??顔? | 0011111100111111101101001110100100111111 | 3f3fb4e93f |
UTF-8 | 롇롗顔說 | 111010111010000110000111111010111010000110010111111010011010000110010100111010001010101010101010 | eba187eba197e9a194e8aaaa |
UHC | 롇롗顔說 | 1000111011001101100011101101101111100100110101001110000011100011 | 8ecd8edbe4d4e0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)