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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕育坩邏ォ | 111010001011100010001000111001111001101010101110111001111011010010101011 | e8b888e79aaee7b4ab |
EUC-JP | 雕育坩邏ォ | 11110000101110101011000011101001110101001011000011101110101101101000111010101011 | f0bab0e9d4b0eeb68eab |
UTF-8 | 雕育坩邏ォ | 111010011001101110010101111010001000001010110010111001011001110110101001111010011000001010001111111011111011110110101011 | e99b95e882b2e59da9e9828fefbdab |
UHC | 雕育?邏? | 1111000011100111111010111100000000111111110101011010010000111111 | f0e7ebc03fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)