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 | 巍??節? | 10011011110110010011111100111111100100001101111100111111 | 9bd93f3f90df3f |
EUC-JP | 巍?œ節? | 110101101101101100111111100011111010100111001101110000001110000100111111 | d6db3f8fa9cdc0e13f |
UTF-8 | 巍ㅶœ節쬱 | 1110010110110111100011011110001110000101101101101100010110010011111001111010111110000000111011001010110010110001 | e5b78de385b6c593e7af80ecacb1 |
UHC | 巍ㅶœ節쬱 | 11101000111001001010010011100110101010011010101111101111101111011010011101101000 | e8e4a4e6a9abefbda768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)