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 | 10001110110000111000111010110100100011101100001110001110101010100100000001101000 | 8ec38eb48ec38eaa4068 |
EUC-JP | 偲雫偲蒔@h | 10111100110001011011110010110110101111001100010110111100101011000100000001101000 | bcc5bcb6bcc5bcac4068 |
UTF-8 | 偲雫偲蒔@h | 1110010110000001101100101110100110011011101010111110010110000001101100101110100010010010100101000100000001101000 | e581b2e99babe581b2e892944068 |
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)