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 | 逋イ繧語ショ | 111001111001100110110010111000111000001010001100111010101011110010101110 | e799b2e3828ceabcae |
EUC-JP | 逋イ繧語ショ | 111011011111100110001110101100101110010111100010101110001110110010001110101111001000111010101110 | edf98eb2e5e2b8ec8ebc8eae |
UTF-8 | 逋イ繧語ショ | 111010011000000010001011111011111011110110110010111001111011100110100111111010001010101010011110111011111011110110111100111011111011110110101110 | e9808befbdb2e7b9a7e8aa9eefbdbcefbdae |
UHC | 逋??語?? | 1111100011100111001111110011111111100101110111100011111100111111 | f8e73f3fe5de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)