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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???游θ | 00111111001111110011111110011111111000001000001111000110 | 3f3f3f9fe083c6 |
EUC-JP | ???游θ | 00111111001111110011111111011110111000101010011011001000 | 3f3f3fdee2a6c8 |
UTF-8 | 蓮곥룂游θ | 1110111110100110100110011110101010110011101001011110101110100011100000101110011010111000101110001100111010111000 | efa699eab3a5eba382e6b8b8ceb8 |
UHC | 蓮곥룂游θ | 11100110111001011000000111100011100011111000001111101010111111011010010111101000 | e6e581e38f83eafda5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)