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 | 髮手ご閨 | 1110100110011011100011101110100010000010101100101110100010000001 | e99b8ee882b2e881 |
EUC-JP | 髮手ご閨 | 1111000111111011101111001110101010100100101101001110111111100001 | f1fbbceaa4b4efe1 |
UTF-8 | 髮手ご閨 | 111010011010101110101110111001101000100110001011111000111000000110010100111010011001011010101000 | e9abaee6898be38194e996a8 |
UHC | 髮手ご閨 | 1101101110100101111000101010001010101010101101001101000010110001 | dba5e2a2aab4d0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)