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 | ???ち? | 001111110011111100111111100000101011111100111111 | 3f3f3f82bf3f |
EUC-JP | ???ち? | 001111110011111100111111101001001100000100111111 | 3f3f3fa4c13f |
UTF-8 | 룵웩卽ち룶 | 111010111010001110110101111011001001101110101001111001011000110110111101111000111000000110100001111010111010001110110110 | eba3b5ec9ba9e58dbde381a1eba3b6 |
UHC | 룵웩卽ち룶 | 10001111101010101100000010100001111100011110110110101010110000011000111110101011 | 8faac0a1f1edaac18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)