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 | ???兀 | 0011111100111111001111111001100101011001 | 3f3f3f9959 |
EUC-JP | ???兀 | 0011111100111111001111111101000110111010 | 3f3f3fd1ba |
UTF-8 | 女먪틬兀 | 111011111010011010000001111010111010100010101010111011011000101110101100111001011000010110000000 | efa681eba8aaed8bace58580 |
UHC | 女먪틬兀 | 1110010111111100100100001110011110111010100101101110100010110100 | e5fc90e7ba96e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)