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 | 池兢?名 | 10010010011100101001100101011101001111111001011010111100 | 9272995d3f96bc |
EUC-JP | 池兢?名 | 11000011110100111101000110111110001111111100110010111110 | c3d3d1be3fccbe |
UTF-8 | 池兢렚名 | 111001101011000110100000111001011000010110100010111010111010000010011010111001011001000010001101 | e6b1a0e585a2eba09ae5908d |
UHC | 池兢렚名 | 1111001010101110110100001110011110001110101011011101100110100011 | f2aed0e78eadd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)