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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 篠治肅テ。h | 100011101100001010001110101000011110001111100111110000111010000101101000 | 8ec28ea1e3e7c3a168 |
EUC-JP | 篠治肅テ。h | 1011110011000100101111001010001111100110111010011000111011000011100011101010000101101000 | bcc4bca3e6e98ec38ea168 |
UTF-8 | 篠治肅テ。h | 11100111101011111010000011100110101100101011101111101000100000101000010111101111101111101000001111101111101111011010000101101000 | e7afa0e6b2bbe88285efbe83efbda168 |
UHC | 篠治肅??h | 111000011100011011110110101111011110001011011100001111110011111101101000 | e1c6f6bde2dc3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)