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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???泣ι? | 0011111100111111001111111000101110000011100000111100011100111111 | 3f3f3f8b8383c73f |
EUC-JP | ???泣ι? | 0011111100111111001111111011010111100011101001101100100100111111 | 3f3f3fb5e3a6c93f |
UTF-8 | 閱륁슱泣ι걲 | 1110100110010110101100011110101110100101100000011110110010001010101100011110011010110011101000111100111010111001111010101011000110110010 | e996b1eba581ec8ab1e6b3a3ceb9eab1b2 |
UHC | 閱륁슱泣ι걲 | 111001101111001110001111111011001001101010111000111010111110100010100101111010011000000110011001 | e6f38fec9ab8ebe8a5e98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)