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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耨簔モタ | 1111010110111101111000111101001111100010110000011101001111000000 | f5bde3d3e2c1d3c0 |
EUC-JP | ?耨簔モタ | 001111111110011011010101111001001100001110001110110100111000111011000000 | 3fe6d5e4c38ed38ec0 |
UTF-8 | 耨簔モタ | 111011101001000010101000111010001000000010101000111001111011000010010100111011111011111010010011111011111011111010000000 | ee90a8e880a8e7b094efbe93efbe80 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)