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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 暦钁橸暦钁篦 | 100101111110111111101000011101101001111011101111100101111110111111101000011101101110001011000010 | 97efe8769eef97efe876e2c2 |
EUC-JP | 暦钁橸暦钁篦 | 110011101111000111101111110101111101110011110001110011101111000111101111110101111110010011000100 | cef1efd7dcf1cef1efd7e4c4 |
UTF-8 | 暦钁橸暦钁篦 | 111001101001101010100110111010011001001010000001111001101010100110111000111001101001101010100110111010011001001010000001111001111010111110100110 | e69aa6e99281e6a9b8e69aa6e99281e7afa6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)