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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遞罷ゥア褂檻 | 11100111101010001001010011101011101010011011000111100101111001101001111101000010 | e7a894eba9b1e5e69f42 |
EUC-JP | 遞罷ゥア褂檻 | 111011101010101011001000111011011000111010101001100011101011000111101010111010001101110110100011 | eeaac8ed8ea98eb1eae8dda3 |
UTF-8 | 遞罷ゥア褂檻 | 111010011000000110011110111001111011110110110111111011111011110110101001111011111011110110110001111010001010010010000010111001101010101010111011 | e9819ee7bdb7efbda9efbdb1e8a482e6aabb |
UHC | 遞罷???檻 | 111101001111011011110111111100110011111100111111001111111111100111100011 | f4f6f7f33f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)