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 | 霍ォ逎ッ豎 | 1110100010110111101010111110011110100011101011111110011010110001 | e8b7abe7a3afe6b1 |
EUC-JP | 霍ォ逎ッ豎 | 11110000101110011000111010101011111011101010010110001110101011111110110010110011 | f0b98eabeea58eafecb3 |
UTF-8 | 霍ォ逎ッ豎 | 111010011001110010001101111011111011110110101011111010011000000010001110111011111011110110101111111010001011000110001110 | e99c8defbdabe9808eefbdafe8b18e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)