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 | ûR¸H | 1100001110111011010100101100001010001110110000101011100001001000 | c3bb52c28ec2b848 |
SJIS-WIN | ??R????H | 0011111100111111010100100011111100111111001111110011111101001000 | 3f3f523f3f3f3f48 |
EUC-JP | �R�¸H | 10001111101010101010101000111111010100101000111110101010101001000011111110001111101010101010010010001111101000101011000101001000 | 8faaaa3f528faaa43f8faaa48fa2b148 |
UTF-8 | ûR¸H | 1100001110000011110000101011101101010010110000111000001011000010100011101100001110000010110000101011100001001000 | c383c2bb52c382c28ec382c2b848 |
UHC | ??R???¸H | 001111110011111101010010001111110011111100111111101000101010110001001000 | 3f3f523f3f3fa2ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)