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 | 螳懋サ躯ア廝 | 11100101101011101001110011101010101110111000101111101011101100011001110001000010 | e5ae9ceabb8bebb19c42 |
EUC-JP | 螳懋サ躯ア廝 | 111010101011000011011000111011001000111010111011101101101110110110001110101100011101011110100011 | eab0d8ec8ebbb6ed8eb1d7a3 |
UTF-8 | 螳懋サ躯ア廝 | 111010001001111010110011111001101000011110001011111011111011110110111011111010001011101010101111111011111011110110110001111001011011101110011101 | e89eb3e6878befbdbbe8baafefbdb1e5bb9d |
UHC | 螳懋???? | 1101001111011001110110011110010100111111001111110011111100111111 | d3d9d9e53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)