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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 髴茨スヲP | 11101001100111001000100011101111101111011010011001010000 | e99c88efbda650 |
EUC-JP | 髴茨スヲP | 111100011111110010110000111100011000111010111101100011101010011001010000 | f1fcb0f18ebd8ea650 |
UTF-8 | 髴茨スヲP | 11101001101010111011010011101000100011001010100011101111101111011011110111101111101111011010011001010000 | e9abb4e88ca8efbdbdefbda650 |
UHC | ?茨??P | 001111111110110110111100001111110011111101010000 | 3fedbc3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)