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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 營??幼?? | 1001101001111010001111110011111110010111011000110011111100111111 | 9a7a3f3f97633f3f |
EUC-JP | 營??幼?? | 1101001111011011001111110011111111001101110001000011111100111111 | d3db3f3fcdc43f3f |
UTF-8 | 營뚮퇋幼숁룚 | 111001111000011110011111111010111001101010101110111011011000011110001011111001011011100110111100111011001000100010000001111010111010001110011010 | e7879feb9aaeed878be5b9bcec8881eba39a |
UHC | 營뚮퇋幼숁룚 | 111001111011110110001100111010111011011110011100111010101110101010011001111001101000111110010110 | e7bd8cebb79ceaea99e68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)