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 | 腫?雨祠? | 1000111011101110001111111000100101001010111000100100101100111111 | 8eee3f894ae24b3f |
EUC-JP | 腫?雨祠? | 1011110011110000001111111011000110101011111000111010110000111111 | bcf03fb1abe3ac3f |
UTF-8 | 腫렍雨祠렱 | 111010001000010110101011111010111010000010001101111010011001101110101000111001111010010110100000111010111010000010110001 | e885abeba08de99ba8e7a5a0eba0b1 |
UHC | 腫렍雨祠렱 | 11110000111111101000111010100011111010011110101111011110111001101000111010111110 | f0fe8ea3e9ebdee68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)