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 | 塢??倭? | 10011010110001110011111100111111100110000110000000111111 | 9ac73f3f98603f |
EUC-JP | 塢??倭? | 11010100110010010011111100111111110011111100000100111111 | d4c93f3fcfc13f |
UTF-8 | 塢울숴倭둔 | 111001011010000110100010111011001001101010111000111011001000100010110100111001011000000010101101111010111001000110010100 | e5a1a2ec9ab8ec88b4e580adeb9194 |
UHC | 塢울숴倭둔 | 11100111111100011011111111101111101111011010010011101000110111101011010111010000 | e7f1bfefbda4e8deb5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)