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 | 制??? | 1001000010100111001111110011111100111111 | 90a73f3f3f |
EUC-JP | 制??? | 1100000010101001001111110011111100111111 | c0a93f3f3f |
UTF-8 | 制렲綎렫 | 111001011000100010110110111010111010000010110010111001111011011010001110111010111010000010101011 | e588b6eba0b2e7b68eeba0ab |
UHC | 制렲綎렫 | 1111000010100100100011101011111111101111111100101000111010111001 | f0a48ebfeff28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)