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 | ??狎? | 0011111100111111111000001011111000111111 | 3f3fe0be3f |
EUC-JP | ??狎? | 0011111100111111111000001100000000111111 | 3f3fe0c03f |
UTF-8 | 렢렳狎롂 | 111010111010000010100010111010111010000010110011111001111000101110001110111010111010000110000010 | eba0a2eba0b3e78b8eeba182 |
UHC | 렢렳狎롂 | 1000111010110011100011101100000011100100111001001000111011001001 | 8eb38ec0e4e48ec9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)