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 | 霍ソ轢ァ髣 | 1110100010110111101111111110011110000000101001111110100110010111 | e8b7bfe780a7e997 |
EUC-JP | 霍ソ轢ァ髣 | 11110000101110011000111010111111111011011110000010001110101001111111000111110111 | f0b98ebfede08ea7f1f7 |
UTF-8 | 霍ソ轢ァ髣 | 111010011001110010001101111011111011110110111111111010001011110110100010111011111011110110100111111010011010101110100011 | e99c8defbdbfe8bda2efbda7e9aba3 |
UHC | ??轢?? | 001111110011111111010101111110010011111100111111 | 3f3fd5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)