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 | ?篁翫曝? | 0011111111100010101110011000101011100011100101001001100000111111 | 3fe2b98ae394983f |
EUC-JP | ?篁翫曝? | 0011111111100100101110111011010011100101110001111111100000111111 | 3fe4bbb4e5c7f83f |
UTF-8 | 뤗篁翫曝헐 | 111010111010010010010111111001111010111110000001111001111011111110101011111001101001101110011101111011011001011110010000 | eba497e7af81e7bfabe69b9ded9790 |
UHC | 뤗篁翫曝헐 | 10001111110001111111110011010110111010001101000111111000111011011100011111100110 | 8fc7fcd6e8d1f8edc7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)