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 | 短臓続脱族損 | 100100100101101010010001100111111001000110110001100100100100010110010001101100001001000110111001 | 925a919f91b1924591b091b9 |
EUC-JP | 短臓続脱族損 | 110000111011101111000010101000011100001010110011110000111010011011000010101100101100001010111011 | c3bbc2a1c2b3c3a6c2b2c2bb |
UTF-8 | 短臓続脱族損 | 111001111001111110101101111010001000011110010011111001111011011010011010111010001000010010110001111001101001011110001111111001101001000010001101 | e79fade88793e7b69ae884b1e6978fe6908d |
UHC | 短???族損 | 110100111010110100111111001111110011111111110000111010011110000111011111 | d3ad3f3f3ff0e9e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)