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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陜エ謐仙ィ・ | 111010001001110110110100111001101000110110010000111001011010100010100101 | e89db4e68d90e5a8a5 |
EUC-JP | 陜エ謐仙ィ・ | 111011111111110110001110101101001110101111101101110000001110011110001110101010001000111010100101 | effd8eb4ebedc0e78ea88ea5 |
UTF-8 | 陜エ謐仙ィ・ | 111010011001100110011100111011111011110110110100111010001010110010010000111001001011101110011001111011111011110110101000111011111011110110100101 | e9999cefbdb4e8ac90e4bb99efbda8efbda5 |
UHC | 陜?謐仙?? | 111110011111000000111111110110101100110111100000101110010011111100111111 | f9f03fdacde0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)