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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逅イ霆九ヮ | 111001111001000010110010111010001011101110001011111000111000001110001110 | e790b2e8bb8be3838e |
EUC-JP | 逅イ霆九ヮ | 11101101111100001000111010110010111100001011110110110110111001011010010111101110 | edf08eb2f0bdb6e5a5ee |
UTF-8 | 逅イ霆九ヮ | 111010011000000010000101111011111011110110110010111010011001110010000110111001001011100110011101111000111000001110101110 | e98085efbdb2e99c86e4b99de383ae |
UHC | 逅?霆九ヮ | 111111011011000100111111111011111111110111001110111110101010101111101110 | fdb13feffdcefaabee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)