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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氓無?? | 00111111100111111000001010010110101100110011111100111111 | 3f9f8296b33f3f |
EUC-JP | ?氓無?? | 00111111110111011110001011001100101101010011111100111111 | 3fdde2ccb53f3f |
UTF-8 | 뤗氓無쏜렲 | 111010111010010010010111111001101011000010010011111001111000010010100001111011001000111110011100111010111010000010110010 | eba497e6b093e784a1ec8f9ceba0b2 |
UHC | 뤗氓無쏜렲 | 10001111110001111101100011101100110110011110110110111101111100001000111010111111 | 8fc7d8ecd9edbdf08ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)