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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 滸?滸舫 | 10011111111101010011111110011111111101011110010001110101 | 9ff53f9ff5e475 |
EUC-JP | 滸?滸舫 | 11011110111101110011111111011110111101111110011111010110 | def73fdef7e7d6 |
UTF-8 | 滸렢滸舫 | 111001101011101110111000111010111010000010100010111001101011101110111000111010001000100010101011 | e6bbb8eba0a2e6bbb8e888ab |
UHC | 滸렢滸舫 | 1111101111001010100011101011001111111011110010101101101110111010 | fbca8eb3fbcadbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)