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×¥}vB | 110101111010010101111101011101101101011110100101011111010111011001000010 | d7a57d76d7a57d7642 |
SJIS-WIN | ×¥}v×¥}vB | 10000001011111101000000110001111011111010111011010000001011111101000000110001111011111010111011001000010 | 817e818f7d76817e818f7d7642 |
EUC-JP | ×?}v×?}vB | 1010000111011111001111110111110101110110101000011101111100111111011111010111011001000010 | a1df3f7d76a1df3f7d7642 |
UTF-8 | ×¥}v×¥}vB | 11000011100101111100001010100101011111010111011011000011100101111100001010100101011111010111011001000010 | c397c2a57d76c397c2a57d7642 |
UHC | ×?}v×?}vB | 1010000110111111001111110111110101110110101000011011111100111111011111010111011001000010 | a1bf3f7d76a1bf3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)