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 | ンシユク | 1111010011000110110111011111100011101100101111001101010110111000 | f4c6ddf8ecbcd5b8 |
EUC-JP | ?ン?シユク | 00111111100011101101110100111111100011101011110010001110110101011000111010111000 | 3f8edd3f8ebc8ed58eb8 |
UTF-8 | ンシユク | 111011101000110110110101111011111011111010011101111011101001101010001011111011111011110110111100111011111011111010010101111011111011110110111000 | ee8db5efbe9dee9a8befbdbcefbe95efbdb8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)