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 | ???有 | 0011111100111111001111111001011101001100 | 3f3f3f974c |
EUC-JP | ???有 | 0011111100111111001111111100110110101101 | 3f3f3fcdad |
UTF-8 | 娛뤵굥有 | 111001011010100010011011111010111010010010110101111010101011010110100101111001101001110010001001 | e5a89beba4b5eab5a5e69c89 |
UHC | 娛뤵굥有 | 1110011111110100100011111110001110000010100010111110101011110011 | e7f48fe3828beaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)