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 | ????∽ | 001111110011111100111111001111111000000111100100 | 3f3f3f3f81e4 |
EUC-JP | ???沅∽ | 0011111100111111001111111000111111000110111010011010001011100110 | 3f3f3f8fc6e9a2e6 |
UTF-8 | 麗몃뿨沅∽ | 111011111010011010001000111010111010101010000011111010111011111110101000111001101011001010000101111000101000100010111101 | efa688ebaa83ebbfa8e6b285e288bd |
UHC | 麗몃뿨沅∽ | 11100110101100001011100011101011100101111010100011101010101101101010000111101111 | e6b0b8eb97a8eab6a1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)