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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?幾郡幾^ | 0011111110001010111101001000110001010011100010101111010001011110 | 3f8af48c538af45e |
EUC-JP | ?幾郡幾^ | 0011111110110100111101101011011110110100101101001111011001011110 | 3fb4f6b7b4b4f65e |
UTF-8 | 넴幾郡幾^ | 11101011100001001011010011100101101110011011111011101001100000111010000111100101101110011011111001011110 | eb84b4e5b9bee983a1e5b9be5e |
UHC | 넴幾郡幾^ | 101100111101101111010000111110101100111111011011110100001111101001011110 | b3dbd0facfdbd0fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)