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 | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
SJIS-WIN | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
EUC-JP | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
UTF-8 | 혵횊찾횙혲_ | 11101101100110001011010111101101100110101000101011101100101100001011111011101101100110101001100111101101100110001011001001011111 | ed98b5ed9a8aecb0beed9a99ed98b25f |
UHC | 혵횊찾횙혲_ | 1100001010011100110000111000100011000011101000111100001110010011110000101001100101011111 | c29cc388c3a3c393c2995f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)