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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巍レ?旬 | 10011011110110011000001110001100001111111000111101111011 | 9bd9838c3f8f7b |
EUC-JP | 巍レ?旬 | 11010110110110111010010111101100001111111011110111011100 | d6dba5ec3fbddc |
UTF-8 | 巍レ에旬 | 111001011011011110001101111000111000001110101100111011001001011110010000111001101001011110101100 | e5b78de383acec9790e697ac |
UHC | 巍レ에旬 | 1110100011100100101010111110110010111111101000011110001011100010 | e8e4abecbfa1e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)