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 | 借ⅴ蔀捨煮 | 10001110110110001111101001000100100011101100000110001110110011001000111011001111 | 8ed8fa448ec18ecc8ecf |
EUC-JP | 借?蔀捨煮 | 101111001101101000111111101111001100001110111100110011101011110011010001 | bcda3fbcc3bccebcd1 |
UTF-8 | 借ⅴ蔀捨煮 | 111001011000000010011111111000101000010110110100111010001001010010000000111001101000110110101000111001111000010110101110 | e5809fe285b4e89480e68da8e785ae |
UHC | 借ⅴ?捨煮 | 111100111010100010100101101001010011111111011110110101111110110110110100 | f3a8a5a53fded7edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)