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 | 100100100101011010010001101110001001001001010110100100011011100001000010 | 925691b8925691b842 |
EUC-JP | 歎尊歎尊B | 110000111011011111000010101110101100001110110111110000101011101001000010 | c3b7c2bac3b7c2ba42 |
UTF-8 | 歎尊歎尊B | 11100110101011011000111011100101101100001000101011100110101011011000111011100101101100001000101001000010 | e6ad8ee5b08ae6ad8ee5b08a42 |
UHC | 歎尊歎尊B | 111101111010011111110000111011101111011110100111111100001110111001000010 | f7a7f0eef7a7f0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)