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 | 驪難セ企 | 11101001100010111001001111101111101111101000101011101001 | e98b93efbe8ae9 |
EUC-JP | 驪難セ企 | 1111000111101011110001101111000110001110101111101011010011101011 | f1ebc6f18ebeb4eb |
UTF-8 | 驪難セ企 | 111010011010100110101010111010011001101110100011111011111011110110111110111001001011110010000001 | e9a9aae99ba3efbdbee4bc81 |
UHC | 驪難?企 | 11010101111100011101000111110001001111111101000011101010 | d5f1d1f13fd0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)