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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 嶪굩깱嶪굩깱^ | 11100101101101101010101011101010101101011010100111101010101110011011000111100101101101101010101011101010101101011010100111101010101110011011000101011110 | e5b6aaeab5a9eab9b1e5b6aaeab5a9eab9b15e |
UHC | 嶪굩깱嶪굩깱^ | 11100101111101011000001010001111100000111001111111100101111101011000001010001111100000111001111101011110 | e5f5828f839fe5f5828f839f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)