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 | ?杳于 | 0011111110011101111000001001100010110000 | 3f9de098b0 |
EUC-JP | ?杳于 | 0011111111011010111000101101000010110010 | 3fdae2d0b2 |
UTF-8 | 뤗杳于 | 111010111010010010010111111001101001110110110011111001001011101010001110 | eba497e69db3e4ba8e |
UHC | 뤗杳于 | 100011111100011111011001110111001110100111001101 | 8fc7d9dce9cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)