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 | ?募蹄 | 0011111110010101111001011001001011111011 | 3f95e592fb |
EUC-JP | ?募蹄 | 0011111111001010111001111100010011111101 | 3fcae7c4fd |
UTF-8 | 뤲募蹄 | 111010111010010010110010111001011000101110011111111010001011100110000100 | eba4b2e58b9fe8b984 |
UHC | 뤲募蹄 | 100011111110000011011001101101001111000010110100 | 8fe0d9b4f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)