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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 臍?}臍?{^ | 111001000110000000111111011111011110010001100000001111110111101101011110 | e4603f7de4603f7b5e |
EUC-JP | 臍?}臍?{^ | 111001111100000100111111011111011110011111000001001111110111101101011110 | e7c13f7de7c13f7b5e |
UTF-8 | 臍뻗}臍뻗{^ | 111010001000011110001101111010111011101110010111011111011110100010000111100011011110101110111011100101110111101101011110 | e8878debbb977de8878debbb977b5e |
UHC | 臍뻗}臍뻗{^ | 1111000010110000101110111011100001111101111100001011000010111011101110000111101101011110 | f0b0bbb87df0b0bbb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)