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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悌畔???? | 1001001011101110100101001100100000111111001111110011111100111111 | 92ee94c83f3f3f3f |
EUC-JP | 悌畔???? | 1100010011110000110010001100101000111111001111110011111100111111 | c4f0c8ca3f3f3f3f |
UTF-8 | 悌畔렟렏뤋넥 | 111001101000001010001100111001111001010110010100111010111010000010011111111010111010000010001111111010111010010010001011111010111000010010100101 | e6828ce79594eba09feba08feba48beb84a5 |
UHC | 悌畔렟렏뤋넥 | 111100001010101011011010111011011000111010110000100011101010010110001111101110111011001111011000 | f0aadaed8eb08ea58fbbb3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)