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 | 茲私晋糴 | 1110010010100010100011101000010010010000010101111110001011111001 | e4a28e849057e2f9 |
EUC-JP | 茲私晋糴 | 1110100010100100101110111110010010111111101110001110010011111011 | e8a4bbe4bfb8e4fb |
UTF-8 | 茲私晋糴 | 111010001000110010110010111001111010011110000001111001101001100110001011111001111011001110110100 | e88cb2e7a781e6998be7b3b4 |
UHC | ?私晋? | 001111111101111011100111111100101100110000111111 | 3fdee7f2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)