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 | 幗揉槃腱 | 1001101111101100100111011000011010011110110011111110010001000110 | 9bec9d869ecfe446 |
EUC-JP | 幗揉槃腱 | 1101011011101110110110011110011011011100110100011110011110100111 | d6eed9e6dcd1e7a7 |
UTF-8 | 幗揉槃腱 | 111001011011100110010111111001101000111110001001111001101010011110000011111010001000010110110001 | e5b997e68f89e6a783e885b1 |
UHC | ??槃腱 | 001111110011111111011010111010011100101111110010 | 3f3fdae9cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)