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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溢?├ | 1000100011101100001111111000010010100101 | 88ec3f84a5 |
EUC-JP | 溢?├ | 1011000011101110001111111010100010100111 | b0ee3fa8a7 |
UTF-8 | 溢꿨├ | 111001101011101010100010111010101011111110101000111000101001010010011100 | e6baa2eabfa8e2949c |
UHC | 溢꿨├ | 111011001110111010110010111001011010011010100111 | eceeb2e5a6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)