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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 爵偲爵偲B | 100011101101110110001110110000111000111011011101100011101100001101000010 | 8edd8ec38edd8ec342 |
EUC-JP | 爵偲爵偲B | 101111001101111110111100110001011011110011011111101111001100010101000010 | bcdfbcc5bcdfbcc542 |
UTF-8 | 爵偲爵偲B | 11100111100010001011010111100101100000011011001011100111100010001011010111100101100000011011001001000010 | e788b5e581b2e788b5e581b242 |
UHC | 爵?爵?B | 11101101110010010011111111101101110010010011111101000010 | edc93fedc93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)