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 | 逖滔」溲イ「 | 111001111001100010011111111010111010001110011111111010101011001010100010 | e7989feba39feab2a2 |
EUC-JP | 逖滔」溲イ「 | 111011011111100011011110111011011000111010100011110111101110110010001110101100101000111010100010 | edf8deed8ea3deec8eb28ea2 |
UTF-8 | 逖滔」溲イ「 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101011101010110010111011111011110110110010111011111011110110100010 | e98096e6bb94efbda3e6bab2efbdb2efbda2 |
UHC | ?滔???? | 00111111110101001010010100111111001111110011111100111111 | 3fd4a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)