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 | ?豚妻午 | 00111111100100111101100010001101110010001000110011011111 | 3f93d88dc88cdf |
EUC-JP | ?豚妻午 | 00111111110001101101101010111010110010101011100011100001 | 3fc6dabacab8e1 |
UTF-8 | 뤦豚妻午 | 111010111010010010100110111010001011000110011010111001011010011010111011111001011000110110001000 | eba4a6e8b19ae5a6bbe58d88 |
UHC | 뤦豚妻午 | 1000111111010100110101001100101011110100101000111110011111101101 | 8fd4d4caf4a3e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)