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 | ??????wF | 0011111100111111001111110011111100111111001111110111011101000110 | 3f3f3f3f3f3f7746 |
SJIS-WIN | ??祉???wF | 001111110011111110001110100000110011111100111111001111110111011101000110 | 3f3f8e833f3f3f7746 |
EUC-JP | ??祉???wF | 001111110011111110111011111000110011111100111111001111110111011101000110 | 3f3fbbe33f3f3f7746 |
UTF-8 | 렱렚祉렱렚샬wF | 1110101110100000101100011110101110100000100110101110011110100101100010011110101110100000101100011110101110100000100110101110110010000011101011000111011101000110 | eba0b1eba09ae7a589eba0b1eba09aec83ac7746 |
UHC | 렱렚祉렱렚샬wF | 1000111010111110100011101010110111110010101100111000111010111110100011101010110110111100101000110111011101000110 | 8ebe8eadf2b38ebe8eadbca37746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)