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 | 蹊ウ諢〔 | 11100110111111001011001111100110100001001000000101101011 | e6fcb3e684816b |
EUC-JP | 蹊ウ諢〔 | 1110110011111110100011101011001111101011111001001010000111001100 | ecfe8eb3ebe4a1cc |
UTF-8 | 蹊ウ諢〔 | 111010001011100110001010111011111011110110110011111010001010101110100010111000111000000010010100 | e8b98aefbdb3e8aba2e38094 |
UHC | 蹊??〔 | 111110111011011100111111001111111010000110110010 | fbb73f3fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)