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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 吠o絆H | 10010110011010011000001010001111111000110100101001001000 | 9669828fe34a48 |
EUC-JP | 吠o絆H | 11001011110010101010001111101111111001011010101101001000 | cbcaa3efe5ab48 |
UTF-8 | 吠o絆H | 11100101100100001010000011101111101111011000111111100111101101011000011001001000 | e590a0efbd8fe7b58648 |
UHC | 吠o絆H | 11111000110001011010001111101111110110101111010001001000 | f8c5a3efdaf448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)