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 | ½v½v^ | 100011101011110110001010011101101000111010111101100010100111011001011110 | 8ebd8a768ebd8a765e |
SJIS-WIN | ???v???v^ | 001111110011111100111111011101100011111100111111001111110111011001011110 | 3f3f3f763f3f3f765e |
EUC-JP | ???v???v^ | 001111110011111100111111011101100011111100111111001111110111011001011110 | 3f3f3f763f3f3f765e |
UTF-8 | ½v½v^ | 110000101000111011000010101111011100001010001010011101101100001010001110110000101011110111000010100010100111011001011110 | c28ec2bdc28a76c28ec2bdc28a765e |
UHC | ?½?v?½?v^ | 0011111110101000111101100011111101110110001111111010100011110110001111110111011001011110 | 3fa8f63f763fa8f63f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)