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 | 凹???? | 100010011001101000111111001111110011111100111111 | 899a3f3f3f3f |
EUC-JP | 凹???? | 101100011111101000111111001111110011111100111111 | b1fa3f3f3f3f |
UTF-8 | 凹롇롅렳렳 | 111001011000011110111001111010111010000110000111111010111010000110000101111010111010000010110011111010111010000010110011 | e587b9eba187eba185eba0b3eba0b3 |
UHC | 凹롇롅렳렳 | 11101000111010101000111011001101100011101100101110001110110000001000111011000000 | e8ea8ecd8ecb8ec08ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)