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 | 豁イ魘ヲ | 111001101010110110110010111010011011010010100110 | e6adb2e9b4a6 |
EUC-JP | 豁イ魘ヲ | 1110110010101111100011101011001011110010101101101000111010100110 | ecaf8eb2f2b68ea6 |
UTF-8 | 豁イ魘ヲ | 111010001011000110000001111011111011110110110010111010011010110110011000111011111011110110100110 | e8b181efbdb2e9ad98efbda6 |
UHC | 豁??? | 1111110011000011001111110011111100111111 | fcc33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)