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 | 釋贍設 | 111001111101011111100110110101101001000011011101 | e7d7e6d690dd |
EUC-JP | 釋贍設 | 111011101101100111101100110110001100000011011111 | eed9ecd8c0df |
UTF-8 | 釋贍設 | 111010011000011110001011111010001011010010001101111010001010100010101101 | e9878be8b48de8a8ad |
UHC | 釋贍設 | 111000001011011111100000111010111110000011100010 | e0b7e0ebe0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)