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 | ??øh | 00111111001111111111100001101000 | 3f3ff868 |
SJIS-WIN | 癒??h | 1001011011111100001111110011111101101000 | 96fc3f3f68 |
EUC-JP | 癒?øh | 11001100111111100011111110001111101010011100110001101000 | ccfe3f8fa9cc68 |
UTF-8 | 癒롫øh | 111001111001100110010010111010111010000110101011110000111011100001101000 | e79992eba1abc3b868 |
UHC | 癒롫øh | 11101011101010001000111011101011101010011010101001101000 | eba88eeba9aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)