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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??沅???? | 001111110011111110001111110001101110100100111111001111110011111100111111 | 3f3f8fc6e93f3f3f3f |
UTF-8 | 롊롃沅롌렼롊롕 | 111010111010000110001010111010111010000110000011111001101011001010000101111010111010000110001100111010111010000010111100111010111010000110001010111010111010000110010101 | eba18aeba183e6b285eba18ceba0bceba18aeba195 |
UHC | 롊롃沅롌렼롊롕 | 1000111011010000100011101100101011101010101101101000111011010010100011101100010010001110110100001000111011011001 | 8ed08ecaeab68ed28ec48ed08ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)