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 | 111110110101000010010000011110101111101101010000100100000111101001000010 | fb50907afb50907a42 |
EUC-JP | ?諏?諏B | 00111111101111111101101100111111101111111101101101000010 | 3fbfdb3fbfdb42 |
UTF-8 | 瀨諏瀨諏B | 11100111100000001010100011101000101010111000111111100111100000001010100011101000101010111000111101000010 | e780a8e8ab8fe780a8e8ab8f42 |
UHC | 瀨諏瀨諏B | 110101101110111011110101110110001101011011101110111101011101100001000010 | d6eef5d8d6eef5d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)