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 | 佯??唯θ | 1001100011010001001111110011111110010111010000101000001111000110 | 98d13f3f974283c6 |
EUC-JP | 佯??唯θ | 1101000011010011001111110011111111001101101000111010011011001000 | d0d33f3fcda3a6c8 |
UTF-8 | 佯몃돆唯θ | 1110010010111101101011111110101110101010100000111110101110001111100001101110010110010100101011111100111010111000 | e4bdafebaa83eb8f86e594afceb8 |
UHC | 佯몃돆唯θ | 11100101101110101011100011101011100010011001011111101010111001101010010111101000 | e5bab8eb8997eae6a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)