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 | ?氓∽皺 | 00111111100111111000001010000001111001001110000110110000 | 3f9f8281e4e1b0 |
EUC-JP | ?氓∽皺 | 00111111110111011110001010100010111001101110001010110010 | 3fdde2a2e6e2b2 |
UTF-8 | 뤗氓∽皺 | 111010111010010010010111111001101011000010010011111000101000100010111101111001111001101010111010 | eba497e6b093e288bde79aba |
UHC | 뤗氓∽皺 | 1000111111000111110110001110110010100001111011111111010111010100 | 8fc7d8eca1eff5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)