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 | 質霄嫉 | 1111000011000000100011101011111111101000101110101000111010111001 | f0c08ebfe8ba8eb9 |
EUC-JP | ?質霄嫉 | 00111111101111001100000111110000101111001011110010111011 | 3fbcc1f0bcbcbb |
UTF-8 | 質霄嫉 | 111011101000000110111111111010001011001110101010111010011001110010000100111001011010101110001001 | ee81bfe8b3aae99c84e5ab89 |
UHC | ?質?嫉 | 001111111111001011110101001111111111001011101100 | 3ff2f53ff2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)