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 | ???厄ι? | 0011111100111111001111111001011011101111100000111100011100111111 | 3f3f3f96ef83c73f |
EUC-JP | ???厄ι? | 0011111100111111001111111100110011110001101001101100100100111111 | 3f3f3fccf1a6c93f |
UTF-8 | 筽듾튋厄ι옾 | 1110011110101101101111011110101110010011101111101110110110001010100010111110010110001110100001001100111010111001111011001001100010111110 | e7adbdeb93beed8a8be58e84ceb9ec98be |
UHC | 筽듾튋厄ι옾 | 111010001010010010001010111001001011100110011111111001001111100010100101111010011001111010110011 | e8a48ae4b99fe4f8a5e99eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)