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 | ûÌ´] | 1111101111001100100011101011010001011101 | fbcc8eb45d |
SJIS-WIN | ???´] | 001111110011111100111111100000010100110001011101 | 3f3f3f814c5d |
EUC-JP | ûÌ?´] | 10001111101010111110010110001111101010101100000000111111101000011010110101011101 | 8fabe58faac03fa1ad5d |
UTF-8 | ûÌ´] | 110000111011101111000011100011001100001010001110110000101011010001011101 | c3bbc38cc28ec2b45d |
UHC | ???´] | 001111110011111100111111101000101010010101011101 | 3f3f3fa2a55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)