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 | 北漏戀北莟 | 10010110011010111001100001010010100111001111011010010110011010111110010010101111 | 966b98529cf6966be4af |
EUC-JP | 北漏戀北莟 | 11001011110011001100111110110011110110001111100011001011110011001110100010110001 | cbcccfb3d8f8cbcce8b1 |
UTF-8 | 北漏戀北莟 | 111001011000110010010111111001101011110010001111111001101000100010000000111001011000110010010111111010001000111010011111 | e58c97e6bc8fe68880e58c97e88e9f |
UHC | 北漏戀北? | 110111011100000111010111101010011101010111111100110111011100000100111111 | ddc1d7a9d5fcddc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)