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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 媛篩蕪B | 10010101010100011110001010111111100101011001001101000010 | 9551e2bf959342 |
EUC-JP | 媛篩蕪B | 11001001101100101110010011000001110010011111001101000010 | c9b2e4c1c9f342 |
UTF-8 | 媛篩蕪B | 11100101101010101001101111100111101011111010100111101000100101011010101001000010 | e5aa9be7afa9e895aa42 |
UHC | 媛篩蕪B | 11101010101100001101111011101000110110011111001101000010 | eab0dee8d9f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)