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 | 隴門モ鬩 | 1110100010101101100101101110010110000011100000101110100110101001 | e8ad96e58382e9a9 |
EUC-JP | 隴門モ鬩 | 1111000010101111110011001110011110100101111000101111001010101011 | f0afcce7a5e2f2ab |
UTF-8 | 隴門モ鬩 | 111010011001101010110100111010011001011010000000111000111000001110100010111010011010110010101001 | e99ab4e99680e383a2e9aca9 |
UHC | ?門モ? | 001111111101101010100110101010111110001000111111 | 3fdaa6abe23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)