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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 辿叩竪辿E | 100100100100100010010010010000001001001001000111100100100100100001000101 | 924892409247924845 |
EUC-JP | 辿叩竪辿E | 110000111010100111000011101000011100001110101000110000111010100101000101 | c3a9c3a1c3a8c3a945 |
UTF-8 | 辿叩竪辿E | 11101000101111101011111111100101100011111010100111100111101010111010101011101000101111101011111101000101 | e8bebfe58fa9e7abaae8bebf45 |
UHC | ?叩竪?E | 00111111110011011011000011100010101101010011111101000101 | 3fcdb0e2b53f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)