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 | 鉈乗懇蠎 | 1110011111101011100011111110011010001101101001111110010110111010 | e7eb8fe68da7e5ba |
EUC-JP | 鉈乗懇蠎 | 1110111011101101101111101110100010111010101010011110101010111100 | eeedbee8baa9eabc |
UTF-8 | 鉈乗懇蠎 | 111010011000100110001000111001001011100110010111111001101000011110000111111010001010000010001110 | e98988e4b997e68787e8a08e |
UHC | ??懇? | 0011111100111111110010101101000000111111 | 3f3fcad03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)