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 | 闢シ謐仙ィ・ | 111010001001001110111100111001101000110110010000111001011010100010100101 | e893bce68d90e5a8a5 |
EUC-JP | 闢シ謐仙ィ・ | 111011111111001110001110101111001110101111101101110000001110011110001110101010001000111010100101 | eff38ebcebedc0e78ea88ea5 |
UTF-8 | 闢シ謐仙ィ・ | 111010011001011110100010111011111011110110111100111010001010110010010000111001001011101110011001111011111011110110101000111011111011110110100101 | e997a2efbdbce8ac90e4bb99efbda8efbda5 |
UHC | 闢?謐仙?? | 110111001010001100111111110110101100110111100000101110010011111100111111 | dca33fdacde0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)