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 | 鮓ク隕倬カ | 1110100110110110101110001110100010100110100110001110100110110110 | e9b6b8e8a698e9b6 |
EUC-JP | 鮓ク隕倬カ | 11110010101110001000111010111000111100001010100011010000111010111000111010110110 | f2b88eb8f0a8d0eb8eb6 |
UTF-8 | 鮓ク隕倬カ | 111010011010111010010011111011111011110110111000111010011001101010010101111001011000000010101100111011111011110110110110 | e9ae93efbdb8e99a95e580acefbdb6 |
UHC | ??隕倬? | 00111111001111111110101010100010111101101111000000111111 | 3f3feaa2f6f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)