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 | ?亡價 | 0011111110010110010100111001100101001010 | 3f9653994a |
EUC-JP | ?亡價 | 0011111111001011101101001101000110101011 | 3fcbb4d1ab |
UTF-8 | 뤢亡價 | 111010111010010010100010111001001011101010100001111001011000001110111001 | eba4a2e4baa1e583b9 |
UHC | 뤢亡價 | 100011111101000011011000110011001100101010100100 | 8fd0d8cccaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)