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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 爾鱧ー雜「B | 1111000011000001100011101010001011101001111001011011000011101000101101101010001001000010 | f0c18ea2e9e5b0e8b6a242 |
EUC-JP | ?爾鱧ー雜「B | 001111111011110010100100111100101110011110001110101100001111000010111000100011101010001001000010 | 3fbca4f2e78eb0f0b88ea242 |
UTF-8 | 爾鱧ー雜「B | 11101110100000101000000011100111100010001011111011101001101100011010011111101111101111011011000011101001100110111001110011101111101111011010001001000010 | ee8280e788bee9b1a7efbdb0e99b9cefbda242 |
UHC | ?爾??雜?B | 001111111110110010110011001111110011111111101101110110100011111101000010 | 3fecb33f3fedda3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)