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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 恁れ?v\ | 10011100100011001000001011101010001111110111011001011100 | 9c8c82ea3f765c |
EUC-JP | 恁れ?v\ | 11010111111011001010010011101100001111110111011001011100 | d7eca4ec3f765c |
UTF-8 | 恁れ찈v\ | 1110011010000001100000011110001110000010100011001110110010110000100010000111011001011100 | e68181e3828cecb088765c |
UHC | 恁れ찈v\ | 1110110011110110101010101110110010101001100011000111011001011100 | ecf6aaeca98c765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)