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 | @W}v@W}vB | 1001001001000000010101110111110101110110100100100100000001010111011111010111011001000010 | 9240577d769240577d7642 |
SJIS-WIN | ?@W}v?@W}vB | 0011111101000000010101110111110101110110001111110100000001010111011111010111011001000010 | 3f40577d763f40577d7642 |
EUC-JP | ?@W}v?@W}vB | 0011111101000000010101110111110101110110001111110100000001010111011111010111011001000010 | 3f40577d763f40577d7642 |
UTF-8 | @W}v@W}vB | 11000010100100100100000001010111011111010111011011000010100100100100000001010111011111010111011001000010 | c29240577d76c29240577d7642 |
UHC | ?@W}v?@W}vB | 0011111101000000010101110111110101110110001111110100000001010111011111010111011001000010 | 3f40577d763f40577d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)