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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滸貂貳 | 100111111111010111100110101110001110011011000110 | 9ff5e6b8e6c6 |
EUC-JP | 滸貂貳 | 110111101111011111101100101110101110110011001000 | def7ecbaecc8 |
UTF-8 | 滸貂貳 | 111001101011101110111000111010001011001010000010111010001011001010110011 | e6bbb8e8b282e8b2b3 |
UHC | 滸貂貳 | 111110111100101011110101101100001110110011000011 | fbcaf5b0ecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)