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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諡呰摎 | 111001101000101110011001111011011001110110010111 | e68b99ed9d97 |
EUC-JP | 諡呰摎 | 111010111110101111010010111011111101100111110111 | ebebd2efd9f7 |
UTF-8 | 諡呰摎 | 111010001010101110100001111001011001000110110000111001101001000110001110 | e8aba1e591b0e6918e |
UHC | 諡?? | 11100011110011010011111100111111 | e3cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)