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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阯・岦賛 | 11101000100101111010010111111010101011001000111001011110 | e897a5faac8e5e |
EUC-JP | 阯・岦賛 | 111011111111011110001110101001011000111110111011101100111011101110111111 | eff78ea58fbbb3bbbf |
UTF-8 | 阯・岦賛 | 111010011001100010101111111011111011110110100101111001011011001010100110111010001011001110011011 | e998afefbda5e5b2a6e8b39b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)