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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?績其? | 001111111001000011010001100100011011010000111111 | 3f90d191b43f |
EUC-JP | ?績其? | 001111111100000011010011110000101011011000111111 | 3fc0d3c2b63f |
UTF-8 | 뤗績其컣 | 111010111010010010010111111001111011100010111110111001011000010110110110111011001011101110100011 | eba497e7b8bee585b6ecbba3 |
UHC | 뤗績其컣 | 1000111111000111111011101110000011010000111011001011000010001110 | 8fc7eee0d0ecb08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)