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 | 雕育坩菫 | 1110100010111000100010001110011110011010101011101110010010111111 | e8b888e79aaee4bf |
EUC-JP | 雕育坩菫 | 1111000010111010101100001110100111010100101100001110100011000001 | f0bab0e9d4b0e8c1 |
UTF-8 | 雕育坩菫 | 111010011001101110010101111010001000001010110010111001011001110110101001111010001000111110101011 | e99b95e882b2e59da9e88fab |
UHC | 雕育?菫 | 11110000111001111110101111000000001111111101000011001011 | f0e7ebc03fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)