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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茖守差 | 111001001010000110001110111001111000110110110111 | e4a18ee78db7 |
EUC-JP | 茖守差 | 111010001010001110111100111010011011101010111001 | e8a3bce9bab9 |
UTF-8 | 茖守差 | 111010001000110010010110111001011010111010001000111001011011011110101110 | e88c96e5ae88e5b7ae |
UHC | ?守差 | 0011111111100001111110101111001110101100 | 3fe1faf3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)