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 | 篠弦篠璽 | 1000111011000010100011001011011110001110110000101000111010100011 | 8ec28cb78ec28ea3 |
EUC-JP | 篠弦篠璽 | 1011110011000100101110001011100110111100110001001011110010100101 | bcc4b8b9bcc4bca5 |
UTF-8 | 篠弦篠璽 | 111001111010111110100000111001011011110010100110111001111010111110100000111001111001001010111101 | e7afa0e5bca6e7afa0e792bd |
UHC | 篠弦篠璽 | 1110000111000110111110101101011111100001110001101101111111011110 | e1c6fad7e1c6dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)