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 | 蝨ィ隍サ魘ヲ | 111001011001110010101000111010001010010010111011111010011011010010100110 | e59ca8e8a4bbe9b4a6 |
EUC-JP | 蝨ィ隍サ魘ヲ | 111010011111110010001110101010001111000010100110100011101011101111110010101101101000111010100110 | e9fc8ea8f0a68ebbf2b68ea6 |
UTF-8 | 蝨ィ隍サ魘ヲ | 111010001001110110101000111011111011110110101000111010011001101010001101111011111011110110111011111010011010110110011000111011111011110110100110 | e89da8efbda8e99a8defbdbbe9ad98efbda6 |
UHC | 蝨?隍??? | 1110001110100100001111111111110011011011001111110011111100111111 | e3a43ffcdb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)