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 | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
SJIS-WIN | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
EUC-JP | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
UTF-8 | 횪]혷혞 | 11101101100110101010101001011101111011011001100010110111111011011001100010011110 | ed9aaa5ded98b7ed989e |
UHC | 횪]혷혞 | 11000011101000000101110111000010100111101100001010001000 | c3a05dc29ec288 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)