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 | 10001110101111001000111010111101111001001101110001101000 | 8ebc8ebde4dc68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ????äÜh | 0011111100111111001111110011111110001111101010111010001110001111101010101110010001101000 | 3f3f3f3f8faba38faae468 |
UTF-8 | ¼½äÜh | 11000010100011101100001010111100110000101000111011000010101111011100001110100100110000111001110001101000 | c28ec2bcc28ec2bdc3a4c39c68 |
UHC | ?¼?½??h | 001111111010100011111001001111111010100011110110001111110011111101101000 | 3fa8f93fa8f63f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)