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 | 獨矣猩犧 | 1110000011010101111000011110000111100000110011011110000010111000 | e0d5e1e1e0cde0b8 |
EUC-JP | 獨矣猩犧 | 1110000011010111111000101110001111100000110011111110000010111010 | e0d7e2e3e0cfe0ba |
UTF-8 | 獨矣猩犧 | 111001111000110110101000111001111001111110100011111001111000110010101001111001111000101010100111 | e78da8e79fa3e78ca9e78aa7 |
UHC | 獨矣猩犧 | 1101010010111100111010111111100011100000111110101111110111111010 | d4bcebf8e0fafdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)