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º¶nB | 10111010101101100110111010111010101101100110111001000010 | bab66ebab66e42 |
SJIS-WIN | ?¶n?¶nB | 001111111000000111110111011011100011111110000001111101110110111001000010 | 3f81f76e3f81f76e42 |
EUC-JP | º¶nº¶nB | 10001111101000101110101110100010111110010110111010001111101000101110101110100010111110010110111001000010 | 8fa2eba2f96e8fa2eba2f96e42 |
UTF-8 | º¶nº¶nB | 1100001010111010110000101011011001101110110000101011101011000010101101100110111001000010 | c2bac2b66ec2bac2b66e42 |
UHC | º¶nº¶nB | 1010100010101100101000101101001001101110101010001010110010100010110100100110111001000010 | a8aca2d26ea8aca2d26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)