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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 製???游?^ | 100100001011101100111111001111110011111110011111111000000011111101011110 | 90bb3f3f3f9fe03f5e |
EUC-JP | 製???游?^ | 110000001011110100111111001111110011111111011110111000100011111101011110 | c0bd3f3f3fdee23f5e |
UTF-8 | 製렩欌렪游復^ | 11101000101000111011110111101011101000001010100111100110101011001000110011101011101000001010101011100110101110001011100011101111101001011010011001011110 | e8a3bdeba0a9e6ac8ceba0aae6b8b8efa5a65e |
UHC | 製렩欌렪游復^ | 11110000101100101000111010110111111011011110101110001110101110001110101011111101110111011010010101011110 | f0b28eb7edeb8eb8eafddda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)