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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???堊?^ | 00111111001111110011111110011010101111110011111101011110 | 3f3f3f9abf3f5e |
EUC-JP | ???堊?^ | 00111111001111110011111111010100110000010011111101011110 | 3f3f3fd4c13f5e |
UTF-8 | 뤶씔킃堊섦^ | 11101011101001001011011011101100100101001001010011101101100000101000001111100101101000001000101011101100100001001010011001011110 | eba4b6ec9494ed8283e5a08aec84a65e |
UHC | 뤶씔킃堊섦^ | 1000111111100100101111101011110010110100100011111110010010111110101111001011010001011110 | 8fe4bebcb48fe4bebcb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)