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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?亡價? | 001111111001011001010011100110010100101000111111 | 3f9653994a3f |
EUC-JP | ?亡價? | 001111111100101110110100110100011010101100111111 | 3fcbb4d1ab3f |
UTF-8 | 뤢亡價셨 | 111010111010010010100010111001001011101010100001111001011000001110111001111011001000010110101000 | eba4a2e4baa1e583b9ec85a8 |
UHC | 뤢亡價셨 | 1000111111010000110110001100110011001010101001001011110011001100 | 8fd0d8cccaa4bccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)