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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齋??財? | 11100010010101100011111100111111100011011110000000111111 | e2563f3f8de03f |
EUC-JP | 齋??財? | 11100011101101110011111100111111101110101110001000111111 | e3b73f3fbae23f |
UTF-8 | 齋모ㅋ財렏 | 111010011011110110001011111010111010101010101000111000111000010110001011111010001011001010100001111010111010000010001111 | e9bd8bebaaa8e3858be8b2a1eba08f |
UHC | 齋모ㅋ財렏 | 11101110101100011011100011110000101001001011101111101110101011111000111010100101 | eeb1b8f0a4bbeeaf8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)