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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 偲クナ蒔@h | 1000111011000011101110001100010110001110101010100100000001101000 | 8ec3b8c58eaa4068 |
EUC-JP | 偲クナ蒔@h | 10111100110001011000111010111000100011101100010110111100101011000100000001101000 | bcc58eb88ec5bcac4068 |
UTF-8 | 偲クナ蒔@h | 1110010110000001101100101110111110111101101110001110111110111110100001011110100010010010100101000100000001101000 | e581b2efbdb8efbe85e892944068 |
UHC | ???蒔@h | 00111111001111110011111111100011110010000100000001101000 | 3f3f3fe3c84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)