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 | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
SJIS-WIN | テ、テイツクP@h | 110000111010010011000011101100101100001010111000010100000100000001101000 | c3a4c3b2c2b8504068 |
EUC-JP | テ、テイツクP@h | 100011101100001110001110101001001000111011000011100011101011001010001110110000101000111010111000010100000100000001101000 | 8ec38ea48ec38eb28ec28eb8504068 |
UTF-8 | テ、テイツクP@h | 111011111011111010000011111011111011110110100100111011111011111010000011111011111011110110110010111011111011111010000010111011111011110110111000010100000100000001101000 | efbe83efbda4efbe83efbdb2efbe82efbdb8504068 |
UHC | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)