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 | çýÞ | 111001111111110110011010100000011001110111011110 | e7fd9a819dde |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çý???Þ | 100011111010101110101110100011111010101111110010001111110011111100111111100011111010100110110000 | 8fabae8fabf23f3f3f8fa9b0 |
UTF-8 | çýÞ | 110000111010011111000011101111011100001010011010110000101000000111000010100111011100001110011110 | c3a7c3bdc29ac281c29dc39e |
UHC | ?????Þ | 00111111001111110011111100111111001111111010100010101101 | 3f3f3f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)