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 | 悌?い? | 100100101110111000111111100000101010001000111111 | 92ee3f82a23f |
EUC-JP | 悌?い? | 110001001111000000111111101001001010010000111111 | c4f03fa4a43f |
UTF-8 | 悌덜い렦 | 111001101000001010001100111010111000110110011100111000111000000110000100111010111010000010100110 | e6828ceb8d9ce38184eba0a6 |
UHC | 悌덜い렦 | 1111000010101010101101001111101010101010101001001000111010110101 | f0aab4faaaa48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)