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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 棚尊棚尊B | 100100100100100110010001101110001001001001001001100100011011100001000010 | 924991b8924991b842 |
EUC-JP | 棚尊棚尊B | 110000111010101011000010101110101100001110101010110000101011101001000010 | c3aac2bac3aac2ba42 |
UTF-8 | 棚尊棚尊B | 11100110101000111001101011100101101100001000101011100110101000111001101011100101101100001000101001000010 | e6a39ae5b08ae6a39ae5b08a42 |
UHC | 棚尊棚尊B | 110111011101110011110000111011101101110111011100111100001110111001000010 | dddcf0eedddcf0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)