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 | 豐シ諟セ闖 | 1110011010110010101111001111101110101000101111101110100010001111 | e6b2bcfba8bee88f |
EUC-JP | 豐シ諟セ闖 | 1110110010110100100011101011110010001111110111101011000010001110101111101110111111101111 | ecb48ebc8fdeb08ebeefef |
UTF-8 | 豐シ諟セ闖 | 111010001011000110010000111011111011110110111100111010001010101110011111111011111011110110111110111010011001011110010110 | e8b190efbdbce8ab9fefbdbee99796 |
UHC | ????闖 | 001111110011111100111111001111111111011111100110 | 3f3f3f3ff7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)