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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 勇???ф? | 1001011101000101001111110011111100111111100001001000011000111111 | 97453f3f3f84863f |
EUC-JP | 勇???ф? | 1100110110100110001111110011111100111111101001111110011000111111 | cda63f3f3fa7e63f |
UTF-8 | 勇싲쉰流ф룚 | 1110010110001011100001111110110010001011101100101110110010001001101100001110111110100111100010101101000110000100111010111010001110011010 | e58b87ec8bb2ec89b0efa78ad184eba39a |
UHC | 勇싲쉰流ф룚 | 111010011011100010011010111010111011110110101110111010101111110010101100111001101000111110010110 | e9b89aebbdaeeafcace68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)