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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 域??? | 1000100011100110001111110011111100111111 | 88e63f3f3f |
EUC-JP | 域??焰 | 10110000111010000011111100111111100011111100100111101111 | b0e83f3f8fc9ef |
UTF-8 | 域밸젘焰 | 111001011001111110011111111010111011000010111000111011001010000010011000111001111000010010110000 | e59f9febb0b8eca098e784b0 |
UHC | 域밸젘焰 | 1110011010110100101110011110101110100000100101001110011011111011 | e6b4b9eba094e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)