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 | 茹??誼? | 11100100101001010011111100111111100010110110001000111111 | e4a53f3f8b623f |
EUC-JP | 茹??誼? | 11101000101001110011111100111111101101011100001100111111 | e8a73f3fb5c33f |
UTF-8 | 茹띾뜄誼틿 | 111010001000110010111001111010111001110110111110111010111001110010000100111010001010101010111100111011011000101110111111 | e88cb9eb9dbeeb9c84e8aabced8bbf |
UHC | 茹띾뜄誼틿 | 11100110101010101000110111101011100011011000100011101011111111101011101101000101 | e6aa8deb8d88ebfebb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)