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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痺件輯苜 | 1110000110000011100011001000111110001111010100111110010010011100 | e1838c8f8f53e49c |
EUC-JP | 痺件輯苜 | 1110000111100011101101111110111110111101101101001110011111111100 | e1e3b7efbdb4e7fc |
UTF-8 | 痺件輯苜 | 111001111001011110111010111001001011101110110110111010001011110010101111111010001000101110011100 | e797bae4bbb6e8bcafe88b9c |
UHC | 痺件輯? | 11011101111101101100101111101100111100101111111000111111 | ddf6cbecf2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)