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 | 族゚ノ | 100100011011000011011111111101111110010111001001 | 91b0dff7e5c9 |
EUC-JP | 族゚?ノ | 11000010101100101000111011011111001111111000111011001001 | c2b28edf3f8ec9 |
UTF-8 | 族゚ノ | 111001101001011110001111111011111011111010011111111011101001011110001000111011111011111010001001 | e6978fefbe9fee9788efbe89 |
UHC | 族??? | 1111000011101001001111110011111100111111 | f0e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)