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 | 逵ク遲ョ驢 | 1110011110011100101110001110011110101101101011101110100110000110 | e79cb8e7adaee986 |
EUC-JP | 逵ク遲ョ驢 | 11101101111111001000111010111000111011101010111110001110101011101111000111100110 | edfc8eb8eeaf8eaef1e6 |
UTF-8 | 逵ク遲ョ驢 | 111010011000000010110101111011111011110110111000111010011000000110110010111011111011110110101110111010011010100110100010 | e980b5efbdb8e981b2efbdaee9a9a2 |
UHC | 逵?遲?驢 | 1101000010110000001111111111001011000000001111111101010111110000 | d0b03ff2c03fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)