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 | 銖榊炎裘〔 | 11100111111100011000110111100101100010011000101011100101111000101000000101101011 | e7f18de5898ae5e2816b |
EUC-JP | 銖榊炎裘〔 | 11101110111100111011101011100111101100011110101011101010111001001010000111001100 | eef3bae7b1eaeae4a1cc |
UTF-8 | 銖榊炎裘〔 | 111010011000101010010110111001101010011010001010111001111000001010001110111010001010001110011000111000111000000010010100 | e98a96e6a68ae7828ee8a398e38094 |
UHC | 銖?炎?〔 | 1110001011000111001111111110011011111010001111111010000110110010 | e2c73fe6fa3fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)