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 | 雅???役 | 10001001111010110011111100111111001111111001011011110000 | 89eb3f3f3f96f0 |
EUC-JP | 雅???役 | 10110010111011010011111100111111001111111100110011110010 | b2ed3f3f3fccf2 |
UTF-8 | 雅ⓔ꾧펶役 | 111010011001101110000101111000101001001110010100111010101011111010100111111011011000111010110110111001011011110110111001 | e99b85e29394eabea7ed8eb6e5bdb9 |
UHC | 雅ⓔ꾧펶役 | 11100100101110101010100011010001100001001110101010111100100001111110011010110101 | e4baa8d184eabc87e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)