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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霄嫉ー邇ー | 11101000101110101000111010111001111100001011011010110000111001111000111010110000 | e8ba8eb9f0b6b0e78eb0 |
EUC-JP | 霄嫉?ー邇ー | 1111000010111100101111001011101100111111100011101011000011101101111011101000111010110000 | f0bcbcbb3f8eb0edee8eb0 |
UTF-8 | 霄嫉ー邇ー | 111010011001110010000100111001011010101110001001111011101000000110110101111011111011110110110000111010011000001010000111111011111011110110110000 | e99c84e5ab89ee81b5efbdb0e98287efbdb0 |
UHC | ?嫉??邇? | 0011111111110010111011000011111100111111111011001100010000111111 | 3ff2ec3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)