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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碍??? | 1000101001010110001111110011111100111111 | 8a563f3f3f |
EUC-JP | 碍??琰 | 10110011101101110011111100111111100011111100110010110100 | b3b73f3f8fccb4 |
UTF-8 | 碍⑸㈇琰 | 111001111010001010001101111000101001000110111000111000111000100010000111111001111001000010110000 | e7a28de291b8e38887e790b0 |
UHC | 碍⑸㈇琰 | 1110010011110100101010011110101110101001101110001110011011111100 | e4f4a9eba9b8e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)