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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 螳懌鐙矼カE | 11100101101011101001110011100010100100111010100011100001111000111011011001000101 | e5ae9ce293a8e1e3b645 |
EUC-JP | 螳懌鐙矼カE | 1110101010110000110110001110010011000110101010101110001011100101100011101011011001000101 | eab0d8e4c6aae2e58eb645 |
UTF-8 | 螳懌鐙矼カE | 11101000100111101011001111100110100001111000110011101001100100001001100111100111100111111011110011101111101111011011011001000101 | e89eb3e6878ce99099e79fbcefbdb645 |
UHC | 螳????E | 11010011110110010011111100111111001111110011111101000101 | d3d93f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)