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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陷鷹摩縺 | 1110100010011100100100011110100110010110100000001110001110000001 | e89c91e99680e381 |
EUC-JP | 陷鷹摩縺 | 1110111111111100110000101110101111001011111000001110010111100001 | effcc2ebcbe0e5e1 |
UTF-8 | 陷鷹摩縺 | 111010011001100110110111111010011011011110111001111001101001000110101001111001111011100010111010 | e999b7e9b7b9e691a9e7b8ba |
UHC | 陷鷹摩? | 11111001111010001110101111101101110110001010010000111111 | f9e8ebedd8a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)