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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?√?蘂? | 00111111100000011110001100111111111001010100000100111111 | 3f81e33fe5413f |
EUC-JP | ?√?蘂? | 00111111101000101110010100111111111010011010001000111111 | 3fa2e53fe9a23f |
UTF-8 | 掠√뜏蘂꿁 | 111011111010010110110101111000101000100010011010111010111001110010001111111010001001100010000010111010101011111110000001 | efa5b5e2889aeb9c8fe89882eabf81 |
UHC | 掠√뜏蘂꿁 | 11100101101100011010000111101110100011011001001011100111110111101000010101000010 | e5b1a1ee8d92e7de8542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)