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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲ル??ζ? | 111000011001111110000011100010110011111100111111100000111100010000111111 | e19f838b3f3f83c43f |
EUC-JP | 癲ル?馹ζ? | 1110001010100001101001011110101100111111100011111110100110100001101001101100011000111111 | e2a1a5eb3f8fe9a1a6c63f |
UTF-8 | 癲ル슡馹ζ꼮 | 1110011110011001101100101110001110000011101010111110110010001010101000011110100110100110101110011100111010110110111010101011110010101110 | e799b2e383abec8aa1e9a6b9ceb6eabcae |
UHC | 癲ル슡馹ζ꼮 | 111011111010011010101011111010111001101010101101111011001111000110100101111001101000010010001001 | efa6abeb9aadecf1a5e68489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)