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 | 癲??游? | 11100001100111110011111100111111100111111110000000111111 | e19f3f3f9fe03f |
EUC-JP | 癲??游? | 11100010101000010011111100111111110111101110001000111111 | e2a13f3fdee23f |
UTF-8 | 癲삠렗游팉 | 111001111001100110110010111011001000001010100000111010111010000010010111111001101011100010111000111011011000110010001001 | e799b2ec82a0eba097e6b8b8ed8c89 |
UHC | 癲삠렗游팉 | 11101111101001101011101111100011100011101010110011101010111111011011101101001011 | efa6bbe38eaceafdbb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)