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 | 野??攸? | 10010110111011000011111100111111100111011011111100111111 | 96ec3f3f9dbf3f |
EUC-JP | 野??攸? | 11001100111011100011111100111111110110101100000100111111 | ccee3f3fdac13f |
UTF-8 | 野⑸윣攸룬 | 111010011000011110001110111000101001000110111000111011001001110010100011111001101001010010111000111010111010001110101100 | e9878ee291b8ec9ca3e694b8eba3ac |
UHC | 野⑸윣攸룬 | 11100101101011111010100111101011100111111010010011101010111100101011011111101001 | e5afa9eb9fa4eaf2b7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)