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 | 滸豬箚 | 100111111111010111100110101101011110001010110010 | 9ff5e6b5e2b2 |
EUC-JP | 滸豬箚 | 110111101111011111101100101101111110010010110100 | def7ecb7e4b4 |
UTF-8 | 滸豬箚 | 111001101011101110111000111010001011000110101100111001111010111010011010 | e6bbb8e8b1ace7ae9a |
UHC | 滸?箚 | 1111101111001010001111111111001110110000 | fbca3ff3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)