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 | ???勇 | 0011111100111111001111111001011101000101 | 3f3f3f9745 |
EUC-JP | ???勇 | 0011111100111111001111111100110110100110 | 3f3f3fcda6 |
UTF-8 | 琉숁뇻勇 | 111011111010011110001100111011001000100010000001111010111000011110111011111001011000101110000111 | efa78cec8881eb87bbe58b87 |
UHC | 琉숁뇻勇 | 1110101110100100100110011110011010110100101001111110100110111000 | eba499e6b4a7e9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)