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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝣、譽偵╋髴 | 1110010110100000101001001110011010100011100100101110001110000100101101001110100110011100 | e5a0a4e6a392e384b4e99c |
EUC-JP | 蝣、譽偵╋髴 | 111010101010001010001110101001001110110010100101110001001110010110101000101101101111000111111100 | eaa28ea4eca5c4e5a8b6f1fc |
UTF-8 | 蝣、譽偵╋髴 | 111010001001110110100011111011111011110110100100111010001010110110111101111001011000000110110101111000101001010110001011111010011010101110110100 | e89da3efbda4e8adbde581b5e2958be9abb4 |
UHC | ??譽偵╋? | 001111110011111111100111111000101110111111001111101001101011011000111111 | 3f3fe7e2efcfa6b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)