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 | 佯??游? | 10011000110100010011111100111111100111111110000000111111 | 98d13f3f9fe03f |
EUC-JP | 佯??游? | 11010000110100110011111100111111110111101110001000111111 | d0d33f3fdee23f |
UTF-8 | 佯얜베游턆 | 111001001011110110101111111011001001011010011100111010111011001010100000111001101011100010111000111011011000010010000110 | e4bdafec969cebb2a0e6b8b8ed8486 |
UHC | 佯얜베游턆 | 11100101101110101011111011101011101110101010001111101010111111011011011001000010 | e5babeebbaa3eafdb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)