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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 潁〓?A? | 10011111111100011000000110101100001111110100000100111111 | 9ff181ac3f413f |
EUC-JP | 潁〓?A? | 11011110111100111010001010101110001111110100000100111111 | def3a2ae3f413f |
UTF-8 | 潁〓젦A裂 | 11100110101111011000000111100011100000001001001111101100101000001010011001000001111011111010011010100000 | e6bd81e38093eca0a641efa6a0 |
UHC | 潁〓젦A裂 | 111001111011100010100001111010111010000010011110010000011110011011110001 | e7b8a1eba09e41e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)