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 | 100110001101000000111111100101111011011001000010 | 98d03f97b642 |
EUC-JP | 侑?慮B | 110100001101001000111111110011101011100001000010 | d0d23fceb842 |
UTF-8 | 侑꿸慮B | 11100100101111101001000111101010101111111011100011100110100001011010111001000010 | e4be91eabfb8e685ae42 |
UHC | 侑꿸慮B | 11101010111000101011001011101010110101011110011101000010 | eae2b2ead5e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)