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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姚擁袒 | 100110110100110010010111011010011110010111010110 | 9b4c9769e5d6 |
EUC-JP | 姚擁袒 | 110101011010110111001101110010101110101011011000 | d5adcdcaead8 |
UTF-8 | 姚擁袒 | 111001011010011110011010111001101001001110000001111010001010001010010010 | e5a79ae69381e8a292 |
UHC | 姚擁袒 | 111010001110111011101000101101101101001110110010 | e8eee8b6d3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)