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 | 羞種終?? | 1110001110110101100011101110110110001111010010010011111100111111 | e3b58eed8f493f3f |
EUC-JP | 羞種終?? | 1110011010110111101111001110111110111101101010100011111100111111 | e6b7bcefbdaa3f3f |
UTF-8 | 羞種終롛렦 | 111001111011111010011110111001111010100010101110111001111011010110000010111010111010000110011011111010111010000010100110 | e7be9ee7a8aee7b582eba19beba0a6 |
UHC | 羞種終롛렦 | 11100010101110101111000011111010111100001111101110001110110111111000111010110101 | e2baf0faf0fb8edf8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)