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 | 鳥?鬱驀? | 1001001010111001001111111001111101010100111010010111110100111111 | 92b93f9f54e97d3f |
EUC-JP | 鳥?鬱驀? | 1100010010111011001111111101110110110101111100011101111000111111 | c4bb3fddb5f1de3f |
UTF-8 | 鳥렲鬱驀롚 | 111010011011001110100101111010111010000010110010111010011010110010110001111010011010100110000000111010111010000110011010 | e9b3a5eba0b2e9acb1e9a980eba19a |
UHC | 鳥렲鬱驀롚 | 11110000111010001000111010111111111010101010011011011000111010011000111011011110 | f0e88ebfeaa6d8e98ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)