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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 偲雫篠執W | 100011101100001110001110101101001000111011000010100011101011011101010111 | 8ec38eb48ec28eb757 |
EUC-JP | 偲雫篠執W | 101111001100010110111100101101101011110011000100101111001011100101010111 | bcc5bcb6bcc4bcb957 |
UTF-8 | 偲雫篠執W | 11100101100000011011001011101001100110111010101111100111101011111010000011100101100111111011011101010111 | e581b2e99babe7afa0e59fb757 |
UHC | ??篠執W | 00111111001111111110000111000110111100101111101101010111 | 3f3fe1c6f2fb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)