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 | 映с?惹? | 1000100101100110100001001000001100111111100011101110010000111111 | 896684833f8ee43f |
EUC-JP | 映с?惹? | 1011000111000111101001111110001100111111101111001110011000111111 | b1c7a7e33fbce63f |
UTF-8 | 映с꺂惹싪 | 1110011010011000101000001101000110000001111010101011101010000010111001101000001110111001111011001000101110101010 | e698a0d181eaba82e683b9ec8baa |
UHC | 映с꺂惹싪 | 11100111101100011010110011100011100000111010101111100101101010011001101011101000 | e7b1ace383abe5a99ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)