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 | 槨溷抑 | 100111101101100010011111111001011001011101111101 | 9ed89fe5977d |
EUC-JP | 槨溷抑 | 110111001101101011011110111001111100110111011110 | dcdadee7cdde |
UTF-8 | 槨溷抑 | 111001101010011110101000111001101011101010110111111001101000101010010001 | e6a7a8e6bab7e68a91 |
UHC | 槨?抑 | 1100111010101010001111111110010111100100 | ceaa3fe5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)