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 | 暦钁橸暦钁 | 10010111111011111110100001110110100111101110111110010111111011111110100001110110 | 97efe8769eef97efe876 |
EUC-JP | 暦钁橸暦钁 | 11001110111100011110111111010111110111001111000111001110111100011110111111010111 | cef1efd7dcf1cef1efd7 |
UTF-8 | 暦钁橸暦钁 | 111001101001101010100110111010011001001010000001111001101010100110111000111001101001101010100110111010011001001010000001 | e69aa6e99281e6a9b8e69aa6e99281 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)