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\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 篠トト湿v\ | 1000111011000010110001001100010010001110101111000111011001011100 | 8ec2c4c48ebc765c |
EUC-JP | 篠トト湿v\ | 10111100110001001000111011000100100011101100010010111100101111100111011001011100 | bcc48ec48ec4bcbe765c |
UTF-8 | 篠トト湿v\ | 1110011110101111101000001110111110111110100001001110111110111110100001001110011010111001101111110111011001011100 | e7afa0efbe84efbe84e6b9bf765c |
UHC | 篠???v\ | 11100001110001100011111100111111001111110111011001011100 | e1c63f3f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)