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 | ?n}v?n}vB | 001111110110111001111101011101100011111101101110011111010111011001000010 | 3f6e7d763f6e7d7642 |
SJIS-WIN | 篌n}v篌n}vB | 1110001010111010011011100111110101110110111000101011101001101110011111010111011001000010 | e2ba6e7d76e2ba6e7d7642 |
EUC-JP | 篌n}v篌n}vB | 1110010010111100011011100111110101110110111001001011110001101110011111010111011001000010 | e4bc6e7d76e4bc6e7d7642 |
UTF-8 | 篌n}v篌n}vB | 11100111101011111000110001101110011111010111011011100111101011111000110001101110011111010111011001000010 | e7af8c6e7d76e7af8c6e7d7642 |
UHC | ?n}v?n}vB | 001111110110111001111101011101100011111101101110011111010111011001000010 | 3f6e7d763f6e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)