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 | 驛「雋槫℡ | 111010011000001110100010111010001011001010011110111001011000011110000100 | e983a2e8b29ee58784 |
EUC-JP | 驛「雋槫? | 111100011110001110001110101000101111000010110100110111001110011100111111 | f1e38ea2f0b4dce73f |
UTF-8 | 驛「雋槫℡ | 111010011010100110011011111011111011110110100010111010011001101110001011111001101010011110101011111000101000010010100001 | e9a99befbda2e99b8be6a7abe284a1 |
UHC | 驛?雋?℡ | 1110011010111110001111111111000111100110001111111010001011100101 | e6be3ff1e63fa2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)