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 | 撓???雅 | 10011101100110100011111100111111001111111000100111101011 | 9d9a3f3f3f89eb |
EUC-JP | 撓???雅 | 11011001111110100011111100111111001111111011001011101101 | d9fa3f3f3fb2ed |
UTF-8 | 撓눸삵닄雅 | 111001101001001010010011111010111000100010111000111011001000001010110101111010111000101110000100111010011001101110000101 | e69293eb88b8ec82b5eb8b84e99b85 |
UHC | 撓눸삵닄雅 | 11101000111101011000011111001110101110111110110110001000100011011110010010111010 | e8f587cebbed888de4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)